Method: Stax::Dms.included
- Defined in:
- lib/stax/mixin/dms.rb
.included(thor) ⇒ Object
5 6 7 8 |
# File 'lib/stax/mixin/dms.rb', line 5 def self.included(thor) thor.desc('dms COMMAND', 'DMS subcommands') thor.subcommand(:dms, Cmd::Dms) end |