Method: Command.option

Defined in:
lib/commands-lite/base.rb

.option(key, *args) ⇒ Object



7
8
9
# File 'lib/commands-lite/base.rb', line 7

def self.option( key, *args )
  option_defs[ key ] = args
end