5 references to SingleValue
dotnet-user-secrets (5)
CommandLineOptions.cs (3)
37
CommandOptionType.
SingleValue
, inherited: true);
40
CommandOptionType.
SingleValue
, inherited: true);
45
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