class GLI::RequestHelp
Hack to request help from within a command Will not be rethrown when GLI_DEBUG is ON
Attributes
command_in_context[R]
The command for which the argument was unknown
Public Class Methods
new(command_in_context)
click to toggle source
# File lib/gli/exceptions.rb, line 18 def initialize(command_in_context) @command_in_context = command_in_context end
Public Instance Methods
exit_code()
click to toggle source
# File lib/gli/exceptions.rb, line 13 def exit_code; 0; end