Sha256: c90bb3e3617cbbebe9d769290f5d9f0afa847bb386b5fb22f7706b892b9cee74
Contents?: true
Size: 368 Bytes
Versions: 16
Compression:
Stored size: 368 Bytes
Contents
module Mccloud module Command class TemplateCommand < Mccloud::Command::GroupBase register "template", "Subcommand to manage templates" desc "list [TEMPLATE-NAME]", "List templates" def list(selection=nil) env.config.templates.each do |name,template| env.ui.info template.to_s end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems