module Stax::Kms

Public Class Methods

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