Optional
Readonly
clusterPrefix?: stringThe prefix of cluster arguments. If set, then eligible arguments that have this prefix will be considered a cluster. Has precedence over ParsingFlags.optionPrefix.
Optional
Readonly
compIndex?: numberThe completion index of a raw command line.
Optional
Readonly
optionPrefix?: stringThe prefix of option names. If set, then arguments that have this prefix will always be considered an option name.
Optional
progName?: stringThe program name. It may be changed by the parser.
Optional
Readonly
resolve?: ModuleResolutionCallbackA resolution function for JavaScript modules.
Use import.meta.resolve.bind(import.meta)
. Use in non-browser environments only.
The parsing flags.