Arg::hide
since 0.1.0
Terminal window
Terminal window
Hide this argument from the generated help text.
Example
Section titled “Example”name = "prog"[args]cfg = { long = "config", hide = true }
name: progargs: cfg: long: config hide: true
{ "name": "prog", "args": { "cfg": { "long": "config", "hide": true } }}
prog --help
Output
Section titled “Output”Usage: prog
Options: -h, --help Print help