Describes an unknown token along with suggestions and optional diagnostics.
public UnknownTokenInfo(string Token, IReadOnlyList<string> Suggestions, string? InactiveMatchMessage, CommandTokenSpan? TokenSpan = default(CommandTokenSpan? ))
The unrecognized token.
Suggested corrections, if any.
A note if the token matches an inactive command/option, or null.
The optional location of this token in the invocation token stream.