ArgParseConfig

struct ArgParseConfig

Configures parser behavior and diagnostic output.

Instance fields

string

Short program description shown before generated option help.

bool

Disables automatic --help, -h, or /? handling when true.

CharWriter

Writer used for parse errors. Defaults to standard error when omitted.

CharWriter

Writer used for generated help. Defaults to standard output when omitted.

string

Program name shown in generated help.

ArgSyntax

Option spelling accepted by the parser.

Generated with campc 0.11.0-preview.1.