Method: Turbot::Command::Version#index
- Defined in:
- lib/turbot/command/version.rb
#index ⇒ Object
version
Show the Turbot client's version.
Example:
$ turbot version turbot-gem/0.1.36 (x86_64-darwin14) ruby/2.2.0
14 15 16 17 |
# File 'lib/turbot/command/version.rb', line 14 def index validate_arguments! puts "#{Turbot::DEBUG_VERSION}" end |