module Stax::Alb

Public Class Methods

included(thor) click to toggle source
# File lib/stax/mixin/alb.rb, line 5
def self.included(thor)
  thor.desc('alb COMMAND', 'ALB subcommands')
  thor.subcommand(:alb, Cmd::Alb)
end