You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help command header text does not match the style used elsewhere, e.g.
@Command(subcommands = { HelpCommand.class }, mixinStandardHelpOptions = true)
...
Options:
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
help Displays help information about the specified command
Rather it should be
Commands:
help Display help information about the specified command.
The text was updated successfully, but these errors were encountered:
heuermh
added a commit
to heuermh/picocli
that referenced
this issue
Feb 15, 2022
The help command header text does not match the style used elsewhere, e.g.
Rather it should be
The text was updated successfully, but these errors were encountered: