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