3 references to CommandLineInputFile
SuperFileCheck (3)
Program.cs (3)
543
Console.Error.WriteLine($"{
CommandLineInputFile
} is required.");
558
Console.WriteLine($" --csharp - A {
CommandLineInputFile
} is required.");
683
var hasInputFile = args.Any(x => x.Equals(
CommandLineInputFile
));