generated from dopt-python/py311
-
v0.1.3 Stable
released this
2025-11-11 09:39:03 +00:00 | 10 commits to main since this releaseFeatures
- add data types to CLI help message (#10)
- add graceful error handling with error console output to
STDERRand returning correct status codes (#12)- associated: omit requirement to simply return "-1" in the CSV file if an error occurred (#7)
- add CLI animation to display that work is currently done (#13)
Fixes
- treat CLI as separate script outside of the source library folder and include it in build script (#11)
Docs
- update README as a form of user manual (#15)
MISC