module Stax::Elb

Public Class Methods

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