Output of the parser.
- ParserOutput
- ordered: Token[]
All the tokens that are not flags or options, in order.
- flags: Set<string>
The parsed flags.
- options: Map<string, string[]>
The parsed options mapped to their value.
Output of the parser.
All the tokens that are not flags or options, in order.
The parsed flags.
The parsed options mapped to their value.