1 write to ValueName
dotnet-user-secrets (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
40
ValueName
= part.Substring(1, part.Length - 2);
2 references to ValueName
dotnet-user-secrets (2)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (2)
124
if (!string.IsNullOrEmpty(
ValueName
))
126
result += $" <{
ValueName
}>";