steamguard-cli/src
Carson McManus 4ba0459bb6
fix prompts sometimes not showing up (again) (#187)
- fix tui::pause only accept enter  to continue so it's less confusing
- replace unwrap with flush
- replace some prints with eprints
- make tui::prompt flush stdout and stderr

fixes #178
2023-03-18 14:20:37 +00:00
..
fixtures/maFiles/compat refactor: make loading single account not borrow manifest mutably 2022-02-22 09:08:39 -05:00
accountmanager.rs disallow blank encryption passkeys (#186) 2023-03-18 10:08:57 -04:00
cli.rs fix prompts sometimes not showing up (again) (#187) 2023-03-18 14:20:37 +00:00
demos.rs fix prompts sometimes not showing up (again) (#187) 2023-03-18 14:20:37 +00:00
encryption.rs when encrypting, use 128 byte buffers instead of 256 byte buffers because Pkcs7 padding 2021-08-24 23:24:17 -04:00
errors.rs return better error for unimplemented subcommand 2022-06-19 12:45:33 -04:00
main.rs fix prompts sometimes not showing up (again) (#187) 2023-03-18 14:20:37 +00:00
tui.rs fix prompts sometimes not showing up (again) (#187) 2023-03-18 14:20:37 +00:00