4 references to SanitizeHelp
System.CommandLine.StaticCompletions (4)
shells\ZshShellProvider.cs (4)
84var helpText = SanitizeHelp(option.Description); 132var helpText = SanitizeHelp(arg.Description is string d ? " -- " + d : ""); 258writer.WriteLine($"'{subcommand.Name}:{SanitizeHelp(subcommand.Description)}' \\"); 360lines.Add($"{SanitizeValue(insertText)}\\:\"{SanitizeHelp(documentation)}\"");