aboutsummaryrefslogtreecommitdiff
path: root/count.go
AgeCommit message (Collapse)Author
2025-05-06Fix typosco63oc
2018-12-12Fix typo in count.go (#196)terorie
2017-10-05Fixing Count flag usage string (#141)gonix
2017-04-26Document Count functionAlbert Nigmatzianov
2016-09-10Use strconv instead of fmt in values' String funcsbogem
The existing implementation of flag values with fmt package uses more memory and works slower than the implementation with strconv package.
2015-08-15Fix up minor things found by goreportcard.comEric Paris
2015-08-05New counter flag typeEric Paris
``` -vvv ``` Will give a value of 3 ``` -v=4 -v ``` Will give a value of 5