8 references to Option
dotnet-openapi (8)
Commands\AddFileCommand.cs (1)
23_codeGeneratorOption = Option("-c|--code-generator", "The code generator to use. Defaults to 'NSwagCSharp'.", CommandOptionType.SingleValue);
Commands\AddProjectCommand.cs (1)
21_codeGeneratorOption = Option("-c|--code-generator", "The code generator to use. Defaults to 'NSwagCSharp'.", CommandOptionType.SingleValue);
Commands\AddURLCommand.cs (2)
22_codeGeneratorOption = Option("-c|--code-generator", "The code generator to use. Defaults to 'NSwagCSharp'.", CommandOptionType.SingleValue); 23_outputFileOption = Option(OutputFileName, "The destination to download the remote OpenAPI file to.", CommandOptionType.SingleValue);
Commands\BaseCommand.cs (1)
42ProjectFileOption = Option("-p|--updateProject", "The project file update.", CommandOptionType.SingleValue);
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(