Sha256: 952e7ce4927dd73bb346cc8644c06eefc8ed11c2dbf24f899d82c0d037010eeb
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
module Roro class CLI < Thor no_commands do def config_std_out_true prepend_to_file('config/boot.rb', "$stdout.sync = true\n\n", force: @env_hash[:use_force]) end def gitignore_sensitive_files append_to_file ".gitignore", "\nroro/**/*.env\nroro/**/*.key" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.5 | lib/roro/cli/base/insertions.rb |