2 references to CompletionResult
System.CommandLine.StaticCompletions (2)
shells\PowershellShellProvider.cs (2)
82private static string ParameterNameResult(string name, string value, string? helpText) => CompletionResult(name, value, "ParameterName", helpText); 84private static string ParameterValueResult(string name, string value, string? helpText) => CompletionResult(name, value, "ParameterValue", helpText);