Module: Stax::Ec2

Defined in:
lib/stax/mixin/ec2.rb

Class Method Summary collapse

Class Method Details

.included(thor) ⇒ Object



5
6
7
8
# File 'lib/stax/mixin/ec2.rb', line 5

def self.included(thor)
  thor.desc(:ec2, 'EC2 subcommands')
  thor.subcommand(:ec2, Cmd::Ec2)
end