1
0
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:
scoobybejesus 2019-08-25 20:27:13 -04:00
parent 2eeffb057d
commit f2b4cb6787

View File

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