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