1 write to OptionVersion
rzc (1)
CommandLine\CommandLineApplication.cs (1)
406
OptionVersion
= Option(template, "Show version information", CommandOptionType.NoValue);
3 references to OptionVersion
rzc (3)
CommandLine\CommandLineApplication.cs (3)
218
else if (command.
OptionVersion
== option)
287
else if (command.
OptionVersion
== option)
410
return
OptionVersion
;