[#1066] bugfix: ManPageGenerator must be marked as helpCommand=true

This commit is contained in:
Remko Popma
2020-06-07 07:20:10 +09:00
parent ea15f9e362
commit 8364ff3f25

View File

@@ -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,