Class: DefaultCommand
- Defined in:
- lib/templates/new_app/lib/commands/default.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
-
#main ⇒ Object
description “Your application description (showed in help) goes here” usage “RCLIAPPNAME [-hv]”.
Methods inherited from Command
#after_init, #before_init, default_cmd, describe, description, get_allowed_commands, #help, #initialize, load, load_all, #run, show_use, usage
Constructor Details
This class inherits a constructor from Command
Instance Method Details
#main ⇒ Object
description “Your application description (showed in help) goes here” usage “RCLIAPPNAME [-hv]”
6 7 8 9 |
# File 'lib/templates/new_app/lib/commands/default.rb', line 6 def main # script code goes here: end |