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