Class: Mccloud::Command::VersionCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/mccloud/command/version.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

#initialize, register

Methods included from Helpers

#initialize_environment

Constructor Details

This class inherits a constructor from Mccloud::Command::Base

Instance Method Details

#executeObject



7
8
9
# File 'lib/mccloud/command/version.rb', line 7

def execute
  env.ui.info "Version : #{Mccloud::VERSION} - use at your own risk"
end