Improve error message for usageHelp
and versionHelp
validation
#350
Labels
Milestone
usageHelp
and versionHelp
validation
#350
Current output when misconfigured:
A more user-friendly error message could look like this:
Non-boolean options like [--serviceName, --connection, --rfafile, --username] should not be marked as 'usageHelp=true'. Usually a command only has one --help option that triggers display of the usage help message. Alternatively, consider using @Command(mixinStandardHelpOptions = true) on your command instead.
The text was updated successfully, but these errors were encountered: