5 writes to CommandLine
xunit.console (5)
Utility\TransformFactory.cs (5)
26CommandLine = "xml", 32CommandLine = "xmlv1", 38CommandLine = "html", 44CommandLine = "nunit", 50CommandLine = "junit",
2 references to CommandLine
xunit.console (2)
CommandLine.cs (1)
473if (TransformFactory.AvailableTransforms.Any(t => t.CommandLine.Equals(optionName, StringComparison.OrdinalIgnoreCase)))
ConsoleRunner.cs (1)
257transform => Console.WriteLine($" -{$"{transform.CommandLine} <filename>".PadRight(21).Substring(0, 21)} : {transform.Description}")