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