Suggestion: ask: --password
should use read --silent
with a confirm password prompt
#227
Labels
enhancement
Improvement or suggestion
PR / Bounty only
External demand, as such, external funding / effort is required to make this happen
Currently if one uses
ask --password
it just prevents it from being outputted after being entered, howeverread
(at least on macos) supports--silent
which obfuscates what is entered with dots.... If Dorothy were to changeask
to use this mode, thenask
will need to verify the characters were entered with an additional confirm prompt. This may be a few days of work, which currently has no requirement in Dorothy currently. If someone needs this, post below, and hopefully a bounty can be arranged.The text was updated successfully, but these errors were encountered: