6 references to SingleValue
dotnet-user-secrets (6)
CommandLineOptions.cs (4)
38
CommandOptionType.
SingleValue
, inherited: true);
41
CommandOptionType.
SingleValue
, inherited: true);
44
CommandOptionType.
SingleValue
, inherited: true);
49
CommandOptionType.
SingleValue
, inherited: true);
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