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