2 references to ParameterValueResult
System.CommandLine.StaticCompletions (2)
shells\PowershellShellProvider.cs (2)
135
yield return
ParameterValueResult
(completion.Label, completion.InsertText ?? completion.Label, completion.Documentation ?? completion.Detail ?? completion.Label);
198
completions.Add(
ParameterValueResult
(subcommandName, longName, description));