Variable defaultArgumentOptsConst 
 
defaultArgumentOpts: { arrayMultipleDefinitions: "append"; tooManyArgs: "throw"; tooManyDefinitions: "throw" } = ...
Type declaration
- 
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.