Change --help option behavior.
--help without arguments will now print a short list of all options. --help=--option-name prints a detailed description of the given option. Implemented with JsDuck::OptionParser class that extends builtin OptionParser with the ability to print out help in two formats: short list of all options & long description of specific option.
Loading
Please register or sign in to comment