module Stax::Asg

Public Class Methods

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