fedi-nabli/zli
A Simple modular CLI tool written in Zig
Zli is a simple CLI tool made in Zig. It's a modular cli tool that can be used as a template CLI project using the Zig programming language.
The CLI implementes commands with optional and required options with corresponding error handling. It also features a Spinner and a progress bar implemented using unicode characters.
Feel free to use this code as an example, a starter project, or a reference on how to implement a spinner or progress bar in your own project