Releases: fred1268/go-clap
Releases · fred1268/go-clap
v1.2.1
v1.2.0
v1.1.0
- Improve on boolean by automatically generating --no-flag when the developer creates a --flag
- Add support for all int sizes (int8, int16, int32 and int64)
- Add uint support (as well as all their sizes)
- Add support for float32 (in addition to float64)
- Tidy up and improve the README