Exception: GLI::BadCommandLine
- Inherits:
-
StandardError
- Object
- StandardError
- GLI::BadCommandLine
- Includes:
- StandardException
- Defined in:
- lib/gli/exceptions.rb
Overview
Indicates that the command line invocation was bad
Direct Known Subclasses
AmbiguousCommand, BadCommandOptionsOrArguments, CommandException, UnknownCommand, UnknownGlobalArgument
Instance Method Summary collapse
Instance Method Details
#exit_code ⇒ Object
26 |
# File 'lib/gli/exceptions.rb', line 26 def exit_code; 64; end |