mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Update ui.rs
Mark the default as [yes] Signed-off-by: pepa65 <pepa65@passchier.net>
This commit is contained in:
parent
4943d01300
commit
f71552526d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fn ask_for_confirm(stdin: &mut StdinLock, input: &mut String) -> io::Result<()>
|
||||||
{
|
{
|
||||||
let mut stdout = io::stdout().lock();
|
let mut stdout = io::stdout().lock();
|
||||||
|
|
||||||
write!(&mut stdout, "Do you wish to continue? yes/NO\n? ")?;
|
write!(&mut stdout, "Do you wish to continue? [yes]/no\n? ")?;
|
||||||
stdout.flush()?;
|
stdout.flush()?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue