Module: Stax::Elb

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

Class Method Summary collapse

Class Method Details

.included(thor) ⇒ Object



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

def self.included(thor)
  thor.desc(:elb, 'ELB subcommands')
  thor.subcommand(:elb, Cmd::Elb)
end