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