Sha256: 9c4e57edd5788f6223e754775f6bfb05aebf8de972e26bb4254b3a9f58083c72

Contents?: true

Size: 542 Bytes

Versions: 56

Compression:

Stored size: 542 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/console/configs/entry_reader'

module EacRubyUtils
  module Console
    class Configs
      class PasswordEntryReader < ::EacRubyUtils::Console::Configs::EntryReader
        ENTRY_KEY = 'core.store_passwords'

        def initialize(console_configs, entry_key, options = {})
          super(console_configs, entry_key, options.merge(noecho: true,
                                                          store: console_configs.store_passwords?))
        end
      end
    end
  end
end

Version data entries

56 entries across 56 versions & 3 rubygems

Version Path
avm-tools-0.98.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.97.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.96.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
eac_ruby_utils-0.63.0 lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.95.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
eac_ruby_utils-0.62.1 lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.94.3 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
eac_ruby_utils-0.62.0 lib/eac_ruby_utils/console/configs/password_entry_reader.rb
eac_ruby_utils-0.61.0 lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.94.2 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
eac_ruby_utils-0.60.0 lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.94.1 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
eac_ruby_utils-0.59.0 lib/eac_ruby_utils/console/configs/password_entry_reader.rb
ehbrs-tools-0.20.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.94.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.93.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.92.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.91.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.90.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb
avm-tools-0.89.0 vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb