App-Cmd
App-Cmd copied to clipboard
When using negative command line option, help doesn't display for the no version of the command.
Example:
sub opt_spec {
[ enable!,'enable bit],
}
help will only contain
--enable enable bit
I believe it should be
--(no)enable enable bit