Method: Autoweb::Command::Base#usage
- Defined in:
- lib/autoweb/command.rb
#usage ⇒ Object
12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/autoweb/command.rb', line 12 def usage "=== Command List:\n automan console\n automan dbconsole\n automan help\n automan update\n \n\n" end |