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