Method: Webbynode::Command.help
- Defined in:
- lib/webbynode/command.rb
.help ⇒ Object
180 181 182 183 184 185 186 187 188 |
# File 'lib/webbynode/command.rb', line 180 def self.help help = [] help << summary_help if summary_help help << usage help << params_help if Settings[self][:parameters].any? help << if (Settings[self][:options] || []).any? help.join("\n") end |