Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Flush password prompt #1031

Merged
merged 1 commit into from May 2, 2016
Merged

Flush password prompt #1031

merged 1 commit into from May 2, 2016

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented May 2, 2016

No description provided.

@arkpar arkpar added the A0-pleasereview 🤓 Pull request needs code review. label May 2, 2016
let mut secret_store = SecretStore::new_in(Path::new(&conf.keys_path()));
if conf.args.cmd_new {
println!("Please note that password is NOT RECOVERABLE.");
print!("Type password: ");
io::stdout().flush().ok().expect("Could not flush stdout");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should read as a proof. e.g. "stdout is flushable; qed"

@gavofyork gavofyork merged commit edc38f1 into beta May 2, 2016
@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels May 2, 2016
@debris debris deleted the account-new-fix branch June 20, 2016 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants