Change help for --yes

This commit is contained in:
Taha Hawa 2025-04-17 18:25:41 -04:00
parent 92e60b00d2
commit ff568cd1b9

View File

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