2 references to GetDisplayText
dotnet-user-jwts (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
496
var maxOptLen = options.Max(o => o.
GetDisplayText
().Length);
500
optionsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, opt.
GetDisplayText
(), opt.Description);