lib/cloudstack_cli.rb in cloudstack-cli-0.0.5 vs lib/cloudstack_cli.rb in cloudstack-cli-0.1.0
- old
+ new
@@ -1,14 +1,13 @@
require 'yaml'
require 'rainbow'
require "thor"
-require 'command_line_reporter'
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/helper"
require "cloudstack-cli/cli"
\ No newline at end of file