Class: GDK::Command::Version
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- GDK::Command::Version
- Defined in:
- lib/gdk/command/version.rb
Overview
Handles ‘gdk version` command execution
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.
8 9 10 |
# File 'lib/gdk/command/version.rb', line 8 def self.validate_config? false end |