module Stax::Rds
Public Class Methods
included(thor)
click to toggle source
# File lib/stax/mixin/rds.rb, line 5 def self.included(thor) thor.desc('rds COMMAND', 'RDS subcommands') thor.subcommand(:rds, Cmd::Rds) end