Hack to request help from within a command Will not be rethrown when GLI_DEBUG is ON

Methods
E
N
Included Modules
Attributes
[R] command_in_context

The command for which the argument was unknown

Class Public methods
new(command_in_context)
# File lib/gli/exceptions.rb, line 18
def initialize(command_in_context)
  @command_in_context = command_in_context
end
Instance Public methods
exit_code()
# File lib/gli/exceptions.rb, line 13
def exit_code; 0; end