-
Notifications
You must be signed in to change notification settings - Fork 424
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
Fully automatic help #175
Labels
Milestone
Comments
remkop
changed the title
Add built-in help subcommand that shows help on specified sub-subcommand
Fully automatic help
Dec 21, 2017
Closed
remkop
added a commit
that referenced
this issue
Jan 10, 2018
…tivate fully automatic help including a help subcommand.
Reopening for further refinement:
|
remkop
added a commit
that referenced
this issue
Feb 6, 2018
remkop
added a commit
that referenced
this issue
Mar 4, 2018
remkop
added a commit
that referenced
this issue
Mar 4, 2018
remkop
added a commit
that referenced
this issue
Apr 11, 2018
remkop
added a commit
that referenced
this issue
Apr 11, 2018
remkop
added a commit
that referenced
this issue
Apr 30, 2018
…lpOptions` and `run` method with minimal parameters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imagine an
autoHelp
attribute on the@Command
annotation that installs a Help subcommand as well as a mixin with standardusageHelp
andversionHelp
options.The
help
subcommand would show the usage help of the subcommand that follows or (if the help subcommand is the last argument) of the preceding command.Having a standard mixin with help/version options automatically added is convenient and reduces the annoying IDE warnings that these fields are unused.
The text was updated successfully, but these errors were encountered: