From 41780fbaf5690c55eb65ca7e26228c2b2fe3c508 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 25 Sep 2023 22:16:37 +0200 Subject: [PATCH] feat: with placeholder instead Signed-off-by: kjuulh --- crates/crunch-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/crunch-cli/src/main.rs b/crates/crunch-cli/src/main.rs index 8ff03e1..4b6192b 100644 --- a/crates/crunch-cli/src/main.rs +++ b/crates/crunch-cli/src/main.rs @@ -111,7 +111,7 @@ async fn main() -> anyhow::Result<()> { .prompt()?; let entity = inquire::Text::new("entity") .with_help_message("please set which entity you want to publish for") - .with_default("example") + .with_placeholder("some-entity") .prompt_skippable()?; if let Some(entity) = entity {