# File lib/pry/command.rb, line 43 def command_options(arg=nil) @command_options ||= default_options(match) @command_options.merge!(arg) if arg @command_options end