Skip to content
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

Open
bgruening opened this issue Apr 21, 2015 · 4 comments
Open

action groups should be supported #20

bgruening opened this issue Apr 21, 2015 · 4 comments

Comments

@bgruening
Copy link
Collaborator

We should at least iterate over all action groups.

@hexylena
Copy link
Owner

Does this mean subparsers? E.g. python a.py foo --some --set --of --flags and python a.py bar --other --flags? I'm not seeing action groups reflected anywhere in docs.

@bernt-matthias
Copy link
Collaborator

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).

@bernt-matthias
Copy link
Collaborator

I guess this would solve #20

@bernt-matthias
Copy link
Collaborator

Currently groups are just swallowed, i.e. no output is generated for arguments within groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants