git-sync/vendor/github.com
Tim Hockin 20696689f3 Add help and manual flags, use pflag
THIS IS A BREAKING CHANGE

Switch flags implementation to use pflag.  This means that long flags
like `-username` must now use 2 dashes: `--username`.

The `-v` flag (verbose) used to accept `-v` or `--v`.  Now it only
accepts `-v.

The `--help` and `-h` flags are new.

The `--man` flag is new (print a man-page like help message).

Several glog flags which used to be exposed (e.g. --logtostderr) are no
longer exposed.  Logs always go to stderr.
2020-10-31 00:50:51 -07:00
..
beorn7/perks Add basic prometheus metrics 2019-01-22 17:26:27 -08:00
go-logr Use official logr rather than thockin 2019-03-25 08:54:44 -07:00
golang Add basic prometheus metrics 2019-01-22 17:26:27 -08:00
matttproud/golang_protobuf_extensions Add basic prometheus metrics 2019-01-22 17:26:27 -08:00
prometheus Add basic prometheus metrics 2019-01-22 17:26:27 -08:00
spf13/pflag Add help and manual flags, use pflag 2020-10-31 00:50:51 -07:00