All defined options.
Returns:
The mapping of argument names and Argument objects.
450 451 452 453 454 455 456
# File 'lib/command_mapper/command.rb', line 450 def self.arguments @arguments ||= if superclass < Command superclass.arguments.dup else {} end end