2 references to HumanizeValue
dotnet (2)
CliSchema.cs (2)
193option.HasDefaultValue ? HumanizeValue(option.GetDefaultValue()) : null, 222argument.HasDefaultValue ? HumanizeValue(argument.GetDefaultValue()) : null,