5 6 7 8
# File 'lib/stax/mixin/codebuild.rb', line 5 def self.included(thor) thor.desc(:codebuild, 'Codebuild subcommands') thor.subcommand(:codebuild, Cmd::Codebuild) end