codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
267 stars 42 forks source link

Add mutually exclusive group #422

Closed fran-tirapu closed 3 months ago

fran-tirapu commented 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.