class Skunk::Cli::Command::Help
Knows how to guide user into using `skunk` properly
Attributes
options[R]
status_reporter[R]
Public Instance Methods
execute()
click to toggle source
Outputs a help message
# File lib/skunk/cli/commands/help.rb, line 12 def execute puts options[:help_text] status_reporter end