The command for which the argument was unknown
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