module Stax::Acm

Public Class Methods

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