Change help for --yes
This commit is contained in:
parent
92e60b00d2
commit
ff568cd1b9
@ -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,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user