Class: CC::CLI::Version

Inherits:
Command show all
Defined in:
lib/cc/cli/version.rb

Constant Summary

Constants inherited from Command

Command::CODECLIMATE_YAML

Instance Method Summary collapse

Methods inherited from Command

command_name, #execute, #fatal, #initialize, #require_codeclimate_yml, #say, #warn

Constructor Details

This class inherits a constructor from CC::CLI::Command

Instance Method Details

#runObject



4
5
6
# File 'lib/cc/cli/version.rb', line 4

def run
  say version
end