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

Put required options into their own argument group #649

Open
slarse opened this issue Sep 3, 2020 · 2 comments
Open

Put required options into their own argument group #649

slarse opened this issue Sep 3, 2020 · 2 comments
Labels
cli help wanted Extra attention is needed priority:low

Comments

@slarse
Copy link
Collaborator

slarse commented Sep 3, 2020

Right now, all CLI options (whether required or not) fall under the optional arguments section of the help menu. It would be much preferable if required arguments were singled out into a separate argument group. It shouldn't be too hard to do.

@slarse slarse added the cli label Sep 3, 2020
@slarse
Copy link
Collaborator Author

slarse commented Sep 4, 2020

Options in mutually exclusive groups don't really want to cooperate here. If you put a mutually exclusive group in an argument group, any arguments added to the mutex group don't actually get added to the enclosing argument group. That's a bit of an issue.

@slarse slarse closed this as completed Sep 13, 2020
@slarse slarse reopened this Sep 13, 2020
@slarse slarse added the help wanted Extra attention is needed label Sep 13, 2020
@slarse
Copy link
Collaborator Author

slarse commented Sep 13, 2020

I don't know how to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli help wanted Extra attention is needed priority:low
Projects
None yet
Development

No branches or pull requests

1 participant