2 references to VersionOption
rzc (2)
CommandLine\CommandLineApplication.cs (2)
391
return
VersionOption
(template, () => shortFormVersion);
395
return
VersionOption
(template, () => shortFormVersion, () => longFormVersion);