Module: Stax::Kms
- Defined in:
- lib/stax/mixin/kms.rb
Class Method Summary collapse
Class Method Details
.included(thor) ⇒ Object
5 6 7 8 |
# File 'lib/stax/mixin/kms.rb', line 5 def self.included(thor) thor.desc(:kms, 'KMS subcommands') thor.subcommand(:kms, Cmd::Kms) end |