module Stax::Lambda

Public Class Methods

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