module Stax::Apigw

Public Class Methods

included(thor) click to toggle source
# File lib/stax/mixin/apigw.rb, line 5
def self.included(thor)
  thor.desc(:apigw, 'API Gateway subcommands')
  thor.subcommand(:apigw, Cmd::Apigw)
end