# File lib/rudy/cli/aws/ec2/groups.rb, line 31
31:     def destroy_groups
32:       li "Destroying group: #{@argv.name}"
33:       execute_check(:medium)
34:       execute_action { Rudy::AWS::EC2::Groups.destroy(@argv.name) }
35:       @argv.clear # so groups will print all other groups
36:     end