We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We received a report from a Windows user that prompts of type password still show their value on Windows MinTTY bash prompts.
password
const answer: inquirer.Answers = await inquirer.createPromptModule({ output: process.stderr })({ type: 'password', name: 'password', message: 'Password:', });
For example, password typed is aaaaa:
aaaaa
? Password: [input is hidden] aaaaa ? Password: [hidden]
The text was updated successfully, but these errors were encountered:
I'm having a slew of issues on Windows.
Sorry, something went wrong.
No branches or pull requests
We received a report from a Windows user that prompts of type
password
still show their value on Windows MinTTY bash prompts.For example, password typed is
aaaaa
:The text was updated successfully, but these errors were encountered: