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)
42
ProjectFileOption =
Option
("-p|--updateProject", "The project file update.", CommandOptionType.SingleValue);
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
386
OptionHelp =
Option
(template, "Show help information", CommandOptionType.NoValue);
412
OptionVersion =
Option
(template, "Show version information", CommandOptionType.NoValue);
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
26
=> command.
Option
(