Skip to content

Command::ignore_errors

since 0.1.0

Try not to fail on parse errors, like missing option values.

name = "cmd"
ignore-errors = true
[args]
config = { short = 'c', long = "config", value-name = "FILE", help = "Sets a custom config file" }
stuff = { short = 's', long = "stuff", value-name = "FILE", help = "Sets a custom stuff file" }
f = { short = 'f', help = "Flag" }
Terminal window
prog -c file -f -x
Terminal window
claptrap_config='file'