Created
May 24, 2016 21:21
-
-
Save timothycrosley/9ce9e8631068695c6cd44c39dd3add33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@hug.cli(validate=contains_one_of('argument_one', 'argument_two')) # you can combine these to make more then one mutually exclusive group | |
def mutually_exclusive_group(argument_one: type, argument_two: type): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment