Method: Stax::Ecr.included

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

.included(thor) ⇒ Object



6
7
8
9
# File 'lib/stax/mixin/ecr.rb', line 6

def self.included(thor)
  thor.desc(:ecr, 'ECR subcommands')
  thor.subcommand(:ecr, Cmd::Ecr)
end