All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.2.0 (2025-09-11)
- An error is now thrown when an unsupported option is used.
0.1.7 (2025-09-01)
Argument of type 'any' is not assignable to parameter of type 'never'error whenargswas used (ee0185e)
0.1.6 (2025-09-01)
Argument of type 'any' is not assignable to parameter of type 'never'error whenargswas used (d768e96)
0.1.5 (2025-08-26)
- support
--versionargument (f447b95)
0.1.4 (2025-08-24)
- do not export
ZliErroras type (0e0e52a)
0.1.3 (2025-08-24)
- export
ZliErrortype (64773f5)
0.1.2 (2025-08-24)
- implement
ZliErrorclass for improved error handling (d5e632d)
0.1.1 (2025-08-23)
- display default values in command help (#3) (e8debdb), closes #1
- support default commands (#4) (b147b87), closes #2
-
remove the global options
-
remove the global options (fdc7dd0)
- display option descriptions correctly (91b405c)