class Really::CLI
Public Instance Methods
provision()
click to toggle source
option :runlist
# File lib/really/cli.rb, line 18 def provision Really.provision options end
version()
click to toggle source
# File lib/really/cli.rb, line 9 def version puts "really v#{Really::VERSION}" end