lib/cloudstack_cli.rb in cloudstack-cli-0.1.7 vs lib/cloudstack_cli.rb in cloudstack-cli-0.2.0

- old
+ new

@@ -1,12 +1,4 @@ -require 'yaml' -require "thor" - require "cloudstack-cli/version" require "cloudstack-cli/helper" require "cloudstack-cli/base" - -# require subcommands -Dir[File.dirname(__FILE__) + '/../lib/cloudstack-cli/commands/*.rb'].each do |file| - require file -end require "cloudstack-cli/cli" \ No newline at end of file