AJ ONeal 46b31b75c2
style: format entry counts with comma thousands separators
3,406,727 scans cleanly; 3406727 does not. Go's fmt has no
thousands-separator verb and golang.org/x/text/message pulls in a
multi-MB Unicode tree for what is 15 lines inline, so each cmd gets
its own commafy helper.
2026-04-20 19:15:47 -06:00
..