module Stax::Sqs

Public Class Methods

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