lib/aws_ec2/cli.rb in aws-ec2-1.2.2 vs lib/aws_ec2/cli.rb in aws-ec2-1.3.0

- old
+ new

@@ -1,9 +1,13 @@ module AwsEc2 class CLI < Command class_option :noop, type: :boolean class_option :profile, desc: "profile name to use" + desc "clean SUBCOMMAND", "clean subcommands" + long_desc Help.text(:clean) + subcommand "clean", Clean + desc "wait SUBCOMMAND", "wait subcommands" long_desc Help.text(:wait) subcommand "wait", Wait common_options = Proc.new do