lib/cloudstack-cli/base.rb in cloudstack-cli-0.1.7 vs lib/cloudstack-cli/base.rb in cloudstack-cli-0.2.0
- old
+ new
@@ -1,4 +1,7 @@
+require "thor"
+require "yaml"
+
module CloudstackCli
class Base < Thor
include Thor::Actions
attr_reader :config
\ No newline at end of file