Releases: jimmykodes/gommand
Releases · jimmykodes/gommand
v0.10.0
0.10.0 (2023-08-24)
Features
- bubble up panic (f39cd54)
- remove multierr dep and defer panic handling (5cef22a)
v0.9.0
0.9.0 (2023-03-03)
Features
- add different sources for flag values (56c2fe0)
v0.8.0
0.8.0 (2023-02-22)
Features
- use the Name field for usage info and usage as a description (d573790)
v0.7.0
0.7.0 (2023-02-06)
Features
- make flag functions chainable (4f0fed6)
v0.6.2
0.6.2 (2022-12-28)
Bug Fixes
- append persistent items to context (1ea36a1)
v0.6.1
0.6.1 (2022-12-27)
Bug Fixes
- improve formatting for flags and available command helptext (8ca8e20)
v0.6.0
0.6.0 (2022-12-22)
Bug Fixes
- make sure persistent flags persist in help messages (80c7b8c)
Features
- add the ability to define flags from the command definition (317762c)
v0.5.1
0.5.1 (2022-12-22)
Bug Fixes
- print error message after help text (7b21707)
v0.5.0
0.5.0 (2022-12-22)
Features
- add logic to silence help and errors on error (171e8f2)