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