Class: CC::CLI::Version
Constant Summary collapse
- SHORT_HELP =
"Display the CLI version.".freeze
Constants inherited from Command
Command::CODECLIMATE_YAML, Command::NAMESPACE
Instance Method Summary collapse
Methods inherited from Command
[], abstract!, abstract?, all, command_name, #execute, #fatal, help, inherited, #initialize, #require_codeclimate_yml, #say, short_help, #success, synopsis, #warn
Constructor Details
This class inherits a constructor from CC::CLI::Command
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'lib/cc/cli/version.rb', line 6 def run say version end |