3 references to ValidTokens
System.CommandLine (3)
Parsing\StringExtensions.cs (3)
46
var knownTokens = rootCommand.
ValidTokens
();
149
knownTokens = cmd.
ValidTokens
(); // config contains Directives, they are allowed only for RootCommand
279
rootCommand.
ValidTokens
().TryGetValue(first, out var token) &&