Class: GDK::Command::Help
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- GDK::Command::Help
- Defined in:
- lib/gdk/command/help.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
Class Method Summary collapse
-
.validate_config? ⇒ Boolean
Allow invalid gdk.yml.
Instance Method Summary collapse
Methods inherited from BaseCommand
#config, #display_help_message, #help, #initialize, #print_help, #print_ready_message, #ready_messages
Constructor Details
This class inherits a constructor from GDK::Command::BaseCommand
Class Method Details
.validate_config? ⇒ Boolean
Allow invalid gdk.yml.
9 10 11 |
# File 'lib/gdk/command/help.rb', line 9 def self.validate_config? false end |