Sha256: c35f32868732964ac3a482d9095025fadbdd832bb073c570876bd262ad71ce93
Contents?: true
Size: 475 Bytes
Versions: 217
Compression:
Stored size: 475 Bytes
Contents
# frozen_string_literal: true require 'eac_cli/old_configs/entry_reader' module EacCli class OldConfigs class PasswordEntryReader < ::EacCli::OldConfigs::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
Version data entries
217 entries across 217 versions & 4 rubygems