You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to have a way to make stdio.prompt("text", ...) behave like a password prompt (i.e. censor the input with *). This is useful for creating CLI tooling and any case where the user may need to enter something that should be censored, like an API key.
The text was updated successfully, but these errors were encountered:
avius-diomedes
changed the title
Password prompt for stdio.prompt
Password prompt style for stdio.promptJan 22, 2025
Would be useful to have a way to make
stdio.prompt("text", ...)
behave like a password prompt (i.e. censor the input with *). This is useful for creating CLI tooling and any case where the user may need to enter something that should be censored, like an API key.The text was updated successfully, but these errors were encountered: