Class: Commands::Help
Overview
Help command
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Command
Methods included from DriveError
Methods included from CommandMixin
Constructor Details
This class inherits a constructor from Commands::Command
Class Method Details
.command_name ⇒ Object
8 9 10 |
# File 'lib/gdsh/help.rb', line 8 def self.command_name 'help' end |
.function ⇒ Object
12 13 14 |
# File 'lib/gdsh/help.rb', line 12 def self.function 'Returns this usage information.' end |