From ff568cd1b9b7befab9f6a4df653ecaf4f3d54143 Mon Sep 17 00:00:00 2001 From: Taha Hawa Date: Thu, 17 Apr 2025 18:25:41 -0400 Subject: [PATCH] Change help for --yes --- harmony_cli/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmony_cli/src/lib.rs b/harmony_cli/src/lib.rs index d37f2bb..4d0f04c 100644 --- a/harmony_cli/src/lib.rs +++ b/harmony_cli/src/lib.rs @@ -10,7 +10,7 @@ use harmony_tui; #[derive(Parser, Debug)] #[command(version, about, long_about = None)] pub struct Args { - /// Run score(s) or not + /// Run score(s) without prompt #[arg(short, long, default_value_t = false)] yes: bool,