cheekybits / genny

Elegant generics for Go
MIT License
1.71k stars 167 forks source link

Flags usage not correct in README #43

Closed Crevil closed 6 years ago

Crevil commented 7 years ago

The flags description in the Usage section of the README is showing the option name types instead of flags.

Actual

{types}  - (optional) Command line flags (see below)

Expected

{flags}  - (optional) Command line flags (see below)
pdrum commented 6 years ago

Fixed in https://github.com/cheekybits/genny/pull/44, thanks to @Crevil