Crowbar::Client::App::Base
A Thor based CLI entry point which resolves the sub-commands
Command to print the version of Crowbar CLI
Command
Crowbar
# File lib/crowbar/client/app/entry.rb, line 114 def version say "crowbar-client v#{Crowbar::Client::Version}" end