-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action groups should be supported #20
Comments
Does this mean subparsers? E.g. |
I guess what @bgruening meant was https://docs.python.org/3/library/argparse.html#argument-groups (which I think should be rendered as sections) and maybe https://docs.python.org/3/library/argparse.html#mutual-exclusion (which might become conditionals). |
I guess this would solve #20 |
Currently groups are just swallowed, i.e. no output is generated for arguments within groups. |
We should at least iterate over all action groups.
The text was updated successfully, but these errors were encountered: