# File lib/simp/cli/config/items/password_item.rb, line 13 def initialize super # :never_generate = don't give user option to auto-generate # :generate_no_query = auto-generate and accept # :generate_as_default = ask user if they want to auto-generate, defaulting to 'yes' # :no_generate_as_default = ask user if they want to auto-generate, defaulting to 'no' @generate_option = :generate_as_default @password_name = nil # password name used in the auto-generate query; # When log level is > info and the explanatory # text about the password is not logged, this # is what tells the user which password the # query is for. If unset, @key will be used # instead. end