Sha256: 74a3ba55eecd42b62e8fe5eba7869809a29b2a777a636ebf1841d82316e1f4d2

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

module Aocli
  module Commands
    module SetTemplatePath
      def self.run!(options)
        Aocli::Config.add_config(key: :template_path, value: options[:template_path])

        puts <<~MSG
          ### The template at '#{options[:template_path]}' will now be used ###
        MSG
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aocli-1.5.0 lib/aocli/commands/set_template_path.rb