7 references to SingleValue
dotnet-openapi (7)
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\CommandOption.cs (1)
72case CommandOptionType.SingleValue:
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
34? template.EndsWith(">...", StringComparison.Ordinal) ? CommandOptionType.MultipleValue : CommandOptionType.SingleValue