Variable defaultArgumentOptsConst

defaultArgumentOpts: { arrayMultipleDefinitions: "append"; tooManyArgs: "throw"; tooManyDefinitions: "throw" } = ...

The default argument options to use. Set as the default when an Argument is constructed. Subject to change. These are opinionated defaults.

Type declaration

  • arrayMultipleDefinitions: "append"
  • tooManyArgs: "throw"
  • tooManyDefinitions: "throw"

Generated using TypeDoc