Closed fran-tirapu closed 3 months ago
As discussed on #421 we should support mutually exclusive groups , this PR aims to add this functionality to our cli arguments.
QA
New keyword mutually_exclusive_required_group can be added to any cli.Argument and expected XOR validation is executed by argparse library.
mutually_exclusive_required_group
cli.Argument
argparse
As discussed on #421 we should support mutually exclusive groups , this PR aims to add this functionality to our cli arguments.
QA
New keyword
mutually_exclusive_required_group
can be added to anycli.Argument
and expected XOR validation is executed byargparse
library.