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