Methods
N
Attributes
[R] command_in_context

The command for which the argument was unknown

Class Public methods
new(message,command)
message

the error message to show the user

command

the command we were using to parse command-specific options

# File lib/gli/exceptions.rb, line 67
def initialize(message,command)
  super(message)
  @command_in_context = command
end