5 references to Option
dotnet-sql-cache (5)
Program.cs (2)
99var outputOption = command.Option( 104var idempotentOption = command.Option(
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
386OptionHelp = Option(template, "Show help information", CommandOptionType.NoValue); 412OptionVersion = Option(template, "Show version information", CommandOptionType.NoValue);
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
26=> command.Option(