bin/cloud in auser-poolparty-1.2.4 vs bin/cloud in auser-poolparty-1.2.7

- old
+ new

@@ -34,8 +34,15 @@ cld.debug command[:debug] end end run do |command| - puts "Primary Options: #{command.opts.inspect}" + subcommands = GitStyleBinary.list_subcommands + + puts "Usage: cloud COMMAND [ARGS] + + The cloud subcommands commands are: + #{subcommands} + + See 'cloud help COMMAND' for more information on a specific command." end end \ No newline at end of file