Remove --extra-env-vars from the mutually exclusive arg group

There is no reason to make --extra-env-vars mutually exclusive with
--extra-vars and --extra-vars-file. Only the last two ones should be.

This patch fixes this.

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I5c8a0d3a46632ff2ffec35bd07eec233ea9a09cd
This commit is contained in:
Gael Chamoulaud (Strider) 2021-05-20 15:11:12 +02:00
parent f44a61ec06
commit a397af28d0
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class TripleOValidatorRun(command.Command):
)
)
extra_vars_group.add_argument(
parser.add_argument(
'--extra-env-vars',
metavar="key1=<val1>[,key2=val2 --extra-env-vars key3=<val3>]",
action=parseractions.MultiKeyValueAction,