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