1 write to OptionVersion
Templates.Mvc.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
412OptionVersion = Option(template, "Show version information", CommandOptionType.NoValue);
3 references to OptionVersion
Templates.Mvc.Tests (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
224else if (command.OptionVersion == option) 293else if (command.OptionVersion == option) 416return OptionVersion;