App-Cmd icon indicating copy to clipboard operation
App-Cmd copied to clipboard

When using negative command line option, help doesn't display for the no version of the command.

Open cazador481 opened this issue 8 years ago • 0 comments

Example:

sub opt_spec {
[ enable!,'enable bit], 
}

help will only contain --enable enable bit

I believe it should be --(no)enable enable bit

cazador481 avatar Jan 08 '18 20:01 cazador481