Type Alias ParsedCommand

ParsedCommand: {
    options: OptionValues;
    tokens: Tokens;
}

The result of parsing a command string.