-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
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
add support for Console.In to IConsole #275
Comments
This would be nice so that I don't have to mix calls to Would you consider I have an implementation that (when interactive) sniffs the console's current font to see if it has characters for the Windows password char ( Then, it shows this character as the user edits. When the user presses enter, the displayed password length changes to ten. If stdin is redirected, it just echoes ten dots after the line is read. |
@jonsequitur would you imagine it looking something like this? hartmannr76@17f0f18 This is my first time tinkering in these repo's so I just want to make sure the interface and added methods look 🆗 before I start adding tests to work with it. This functionality would be helpful to read in additional arguments passed in via the cli (which is why I wanted to tackle this) |
Thanks, @hartmannr76. So what is a good common case between these methods? There's probably also a discussion to be had about whether these should use |
No description provided.
The text was updated successfully, but these errors were encountered: