2 references to SanitizeValue
System.CommandLine.StaticCompletions (2)
shells\ZshShellProvider.cs (2)
360lines.Add($"{SanitizeValue(insertText)}\\:\"{SanitizeHelp(documentation)}\""); 368return [$"({string.Join(" ", staticCompletions.Select(c => SanitizeValue(c.InsertText ?? c.Label)))})"];