mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
[#1066] bugfix: ManPageGenerator must be marked as helpCommand=true
This commit is contained in:
@@ -42,6 +42,7 @@ import static java.lang.String.format;
|
||||
*/
|
||||
@Command(name = "gen-manpage",
|
||||
version = "${COMMAND-FULL-NAME} " + CommandLine.VERSION,
|
||||
helpCommand = true, // don't validate required options and positional parameters of the parent command
|
||||
showAtFileInUsageHelp = true,
|
||||
mixinStandardHelpOptions = true,
|
||||
sortOptions = false,
|
||||
|
||||
Reference in New Issue
Block a user