-
DescriptionI am building a command line tool that collect some user inputs. Some of them are sensitive. Like secrets and tokens. I don't know how to hide these information when typing. Both hiding the input or showing some asterisks will be fine. QuestionIf there is a easy way that I don't know can achieve this or textinput just doesn't support this yet? |
Beta Was this translation helpful? Give feedback.
Answered by
muesli
Apr 7, 2022
Replies: 1 comment 1 reply
-
Yes, you can change the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bashbunni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can change the
EchoMode
toEchoPassword
orEchoNone
to achieve this.