Skip to content

Commit 1523117

Browse files
committed
- [#] --concise option output # of elements as well
1 parent f69acaf commit 1523117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prop_fmt.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
import (
44
"encoding/json"
55
"fmt"
6+
"log"
67
"strings"
78
)
89

@@ -121,5 +122,6 @@ func formatArrayElements(sb *strings.Builder, elements []interface{}, indentSpac
121122
}
122123
sb.WriteString("\n")
123124
}
125+
log.Println(numElements, "elements.")
124126
return nil
125127
}

0 commit comments

Comments
 (0)