lib/cloudstack-cli/base.rb in cloudstack-cli-0.1.0 vs lib/cloudstack-cli/base.rb in cloudstack-cli-0.1.1

- old
+ new

@@ -3,11 +3,10 @@ include Thor::Actions attr_reader :config # catch control-c and exit trap("SIGINT") { - puts - puts "bye" + puts " bye" exit! } no_commands do def client \ No newline at end of file