lib/jsduck/option_parser.rb
0 → 100644
+106
−0
+21
−39
Loading
--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.