Method: Default#help
- Defined in:
- lib/dockit/cli.rb
#help(*args) ⇒ Object
61 62 63 64 65 66 67 |
# File 'lib/dockit/cli.rb', line 61 def help(*args) super if args.count < 1 say "Run 'dockit list' to see the complete list of SERVICEs." say "Run 'dockit help COMMAND' to see command specific options." end end |