Module: Stax::Apigw

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

Class Method Summary collapse

Class Method Details

.included(thor) ⇒ Object



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

def self.included(thor)
  thor.desc(:apigw, 'API Gateway subcommands')
  thor.subcommand(:apigw, Cmd::Apigw)
end