2 references to CommandConstants
NuGet.CommandLine.XPlat (2)
Program.cs (2)
79
if (args.Any(arg => string.Equals(arg,
CommandConstants
.ForceEnglishOutputOption, StringComparison.OrdinalIgnoreCase)))
100
rootCommand.Options.Add(new Option<bool>(
CommandConstants
.ForceEnglishOutputOption)