Sha256: 831e68abe38e67bbc3d475e792b1c2f8b1fab954ee18b5a0f45275e76f386ca9

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

module Aocli
  module Commands
    module RemoveTemplatePath
      def self.run!(_options = nil)
        current_path = Aocli::Config.value_for(:template_path)
        Aocli::Config.remove_config(:template_path)

        puts <<~MSG
          ### '#{current_path} is no longer set as your template file ###
        MSG
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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