2 references to VersionOption
ClientSample (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
397
return
VersionOption
(template, () => shortFormVersion);
401
return
VersionOption
(template, () => shortFormVersion, () => longFormVersion);