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)
42
ProjectFileOption = Option("-p|--updateProject", "The project file update.", CommandOptionType.
SingleValue
);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
72
case CommandOptionType.
SingleValue
:
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
34
? template.EndsWith(">...", StringComparison.Ordinal) ? CommandOptionType.MultipleValue : CommandOptionType.
SingleValue