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