aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/tool/flags_fuzz.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/tool: add packageDmitry Vyukov2020-12-251-0/+28
Package tool contains various helper utilitites useful for implementation of command line tools. Currently it contains Fail/Failf functions that we commonly use and new support for optional command line flags.