Skip to content

Arg::short

since 0.1.0

Sets the short version of the argument without the preceding -.

name = "prog"
[args]
config = { short = 'c', action = "set" }
Terminal window
prog -c file.toml
Terminal window
claptrap_config='file.toml'