Interface: ParserOptions<T>
Defined in: packages/parser/src/types.ts:92
Configuration options for the parser.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
| Delimiters to split flag names and values. Default ts | ||
| Detailed configuration for flags. Supports the full object syntax or a type constructor as a shorthand. The key is the flag name (e.g., "file" for "--file"). | ||
A callback function to conditionally stop parsing. When it returns true, parsing stops and remaining arguments are preserved in |

