Module: Stax::Asg

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

Class Method Summary collapse

Class Method Details

.included(thor) ⇒ Object



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

def self.included(thor)
  thor.desc(:asg, 'ASG subcommands')
  thor.subcommand(:asg, Cmd::Asg)
end