Skip to content

Arg::value_name

since 0.1.0

Placeholder for the argument’s value in the help message / usage.

name = "prog"
[args]
config = { long = "config", value-name = "FILE" }
Terminal window
prog --help
Terminal window
Usage: prog [OPTIONS]
Options:
--config <FILE>
-h, --help Print help