feat: with placeholder instead

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-09-25 22:16:37 +02:00
parent e16604782c
commit 41780fbaf5
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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 {