mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2025-01-18 11:20:14 +00:00
tweaked -a opt description; resolves #1
This commit is contained in:
parent
2eeffb057d
commit
f2b4cb6787
@ -63,7 +63,7 @@ struct Cli {
|
||||
#[structopt(name = "home currency", short = "c", long = "currency", default_value = "USD", parse(from_os_str))]
|
||||
home_currency: OsString,
|
||||
|
||||
/// User is instructing the program to use the command line flags/options/arg they provide without confirming them during runtime. (Faster)
|
||||
/// User is instructing the program to skip the data entry wizard. When set, program will error without required command-line args.
|
||||
#[structopt(name = "accept args", short, long = "accept")]
|
||||
accept_args: bool,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user