We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dfcef commit 0308dfdCopy full SHA for 0308dfd
1 file changed
sizes/output.go
@@ -245,6 +245,7 @@ func (i *indentedItem) Emit(t *table) {
245
type Threshold float64
246
247
// Methods to implement pflag.Value:
248
+
249
func (t *Threshold) String() string {
250
if t == nil {
251
return "UNSET"
@@ -325,6 +326,7 @@ const (
325
326
)
327
328
329
330
func (n *NameStyle) String() string {
331
if n == nil {
332
0 commit comments