conradkleinespel / rpassword

Cross platform Rust library to read a password in the terminal (Linux, BSD, OSX, Windows, WASM).
Apache License 2.0
244 stars 38 forks source link

Reading mock password inputs does not work when stdin is not a tty #24

Closed teythoon closed 6 years ago

teythoon commented 6 years ago

This can be demonstrated by running :|cargo test.

conradkleinespel commented 6 years ago

Thanks @teythoon, after reading your comments, I understand better where you were coming from :+1: