Class: Hanzo::CLI
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#extract_argument, #initialize
Constructor Details
This class inherits a constructor from Hanzo::Base
Instance Method Details
#run ⇒ Object
9 10 11 12 |
# File 'lib/hanzo/cli.rb', line 9 def run .parse!(@args) if .respond_to? :parse! puts unless .to_s == "Usage: hanzo [options]\n" end |