# File lib/pry/command.rb, line 34 def command_options(arg=nil) @command_options ||= {} @command_options.merge!(arg) if arg @command_options end