trevorld / r-argparse

command-line optional and positional argument parser
GNU General Public License v2.0
103 stars 11 forks source link

Feature request: mutally exclusive #23

Closed vreuter closed 5 years ago

vreuter commented 6 years ago

Inclusion of the add_mutually_exclusive_group functionality of the python version would be awesome if possible.

trevorld commented 6 years ago

add_mutually_exclusive_group functionality would be awesome but like #14 seems like it would be tricky to implement. Adding this will be a low priority for me.

vreuter commented 6 years ago

OK! Yeah while it'd be nice, it's certainly easy enough generally to instead do a little post-hoc validation after the parse.

trevorld commented 5 years ago

Should implement #25 before this.