# File lib/facets/more/consoleutils.rb, line 37
  def password_cached(forwhat=nil)
    if forwhat
      @password ||= ask("password for #{forwhat}: ")
    else
      @password ||= ask("password: ")
    end
  end