Sha256: f6caff48014b87c5f66189fd30b54469f385f5f0e6d557bc2188e303e491860d
Contents?: true
Size: 460 Bytes
Versions: 10
Compression:
Stored size: 460 Bytes
Contents
class Slh::Cli::CopyTemplatesToOverride < Slh::Cli::CommandBase def default_options { } end def perform_action Slh::Cli.instance.output "Copying all of the erb templates from Shibboleth's Lil Helper to your local directory" FileUtils.cp_r(File.join(File.dirname(__FILE__), '..', 'templates'),Slh.config_dir) Slh::Cli.instance.output "These templates will be used instead of the defaults in the Shibboleth's Lil Helper Rubygem" end end
Version data entries
10 entries across 10 versions & 1 rubygems