Arg::value_name
value_name
Section titled “value_name ”Placeholder for the argument’s value in the help message / usage.
Example
Section titled “Example”name = "prog"[args]config = { long = "config", value-name = "FILE" }
name: progargs: config: long: config value-name: FILE
{ "name": "prog", "args": { "config": { "long": "config", "value-name": "FILE" } }}
prog --help
Output
Section titled “Output”Usage: prog [OPTIONS]
Options: --config <FILE> -h, --help Print help