Returns a new instance of CLI.
41 42 43 44 45 46 47
# File 'lib/hpcloud/cli.rb', line 41 def initialize(*args) super @@debugging = false @@error = nil @exit_status = HP::Cloud::CliStatus.new @log = HP::Cloud::Log.new(self) end