Class: Opt::Program

Inherits:
Command show all
Defined in:
lib/opt/program.rb

Instance Attribute Summary

Attributes inherited from Command

#commands, #name, #options

Instance Method Summary collapse

Methods inherited from Command

#command, #defaults, #option, #parse, #parse_argv!

Constructor Details

#initialize(options = {}) ⇒ Program

Returns a new instance of Program.



5
6
7
# File 'lib/opt/program.rb', line 5

def initialize(options = {})
  super nil, options
end