class Crowbar::Client::App::Entry

A Thor based CLI entry point which resolves the sub-commands

Public Instance Methods

version() click to toggle source

Command to print the version of Crowbar CLI

# File lib/crowbar/client/app/entry.rb, line 114
def version
  say "crowbar-client v#{Crowbar::Client::Version}"
end