mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 12:46:31 +00:00
Improve prompting again
This commit is contained in:
@ -179,9 +179,9 @@ async fn prompt_for_contact_email() -> anyhow::Result<Option<String>> {
|
|||||||
return Ok(None);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("Enter your email to receive occasional updates and tips about Meilisearch.");
|
println!("Stay up to date! Get monthly updates about new features and tips to get the most out of Meilisearch.");
|
||||||
println!("Leave blank to skip.");
|
println!("You can use the `--contact-email` parameter to disable this prompt.");
|
||||||
print!("contact email> ");
|
print!("Enter your email or leave blank to skip> ");
|
||||||
std::io::stdout().flush()?;
|
std::io::stdout().flush()?;
|
||||||
|
|
||||||
let mut email = String::new();
|
let mut email = String::new();
|
||||||
|
Reference in New Issue
Block a user