aboutsummaryrefslogtreecommitdiff
path: root/printusage_test.go
AgeCommit message (Collapse)Author
2018-03-28Add multiline wrapping support (#155)mkishere
* Add multiline wrapping support With reference to golang/go#20799, pflag now will respect newline in usage string and do wrap accordingly. Also add test cases for testing * Break at \n only if \n pos<wrap