Interface ArgumentOpts

Hierarchy

  • ArgumentOpts

Properties

arrayMultipleDefinitions: "throw" | "drop" | "overwrite" | "append"

What to do when an argument is specified multiple times. This is only for array arguments.

See

arrayMultipleDefinitions for single argument behaviour

tooManyArgs: "throw" | "drop"

What to do when many arguments are passed to a type that only expects a single argument

tooManyDefinitions: "throw" | "drop" | "overwrite"

What to do when an argument is specified multiple times. This is only for non array arguments.

See

arrayMultipleDefinitions for array argument behaviour

Generated using TypeDoc