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