Class: Skunk::Command::Help
- Defined in:
- lib/skunk/commands/help.rb
Overview
Knows how to guide user into using ‘skunk` properly
Instance Method Summary collapse
-
#execute ⇒ Object
Outputs a help message.
- #sharing? ⇒ Boolean
Methods inherited from Base
Constructor Details
This class inherits a constructor from Skunk::Command::Base
Instance Method Details
#execute ⇒ Object
Outputs a help message
11 12 13 14 |
# File 'lib/skunk/commands/help.rb', line 11 def execute puts [:help_text] status_reporter end |
#sharing? ⇒ Boolean
16 17 18 |
# File 'lib/skunk/commands/help.rb', line 16 def sharing? false end |