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