Interface: ParsedResult<TFlags>
Defined in: packages/parser/src/types.ts:124
The parsed result.
Type Parameters
| Type Parameter | Description |
|---|---|
| The specific flags type inferred from ParserOptions. |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
| Arguments after the | ||
| The parsed flags. This is a strongly-typed object whose structure is inferred from the | ||
| Arguments that were not parsed due to ignore callback. | ||
| List of required flags that were not provided. | ||
| Positional arguments or commands. | ||
| The raw command-line arguments. | ||
| Raw arguments for unknown flags (original string form). | ||
| Unknown flags encountered during parsing. |

