Module: Stax::Lambda

Defined in:
lib/stax/mixin/lambda.rb

Class Method Summary collapse

Class Method Details

.included(thor) ⇒ Object



8
9
10
11
# File 'lib/stax/mixin/lambda.rb', line 8

def self.included(thor)
  thor.desc('lambda COMMAND', 'Lambda subcommands')
  thor.subcommand(:lambda, Cmd::Lambda)
end