Module: CommandParser
- Defined in:
- lib/command_parser.rb
Defined Under Namespace
Classes: CmdParser
Constant Summary collapse
- OPTIONS =
[ VERBOSE={ :name => 'verbose', :short => '-v', :large => '--verbose', :description => 'Verbose mode' }, HELP={ :name => 'help', :short => '-h', :large => '--help', :description => 'Show this message' }, VERSION={ :name => 'version', :short => '-V', :large => '--version', :description => 'Show version and copyright information' } ]