Show HN: Chilli – A lightweight microframework for CLIs in Zig

7 habedi0 0 8/6/2025, 4:21:04 PM
I've made an open-source microframework for creating command-line (CLI) applications in the Zig programming language.

It's called Chilli, and it currently provides the following features:

- A declarative API for defining nested commands, flags, and positional arguments.

- Type-safe parsing of arguments from the command line and environment variables.

- Automatic generation of formatted `--help` and `--version` output.

- Support for command aliases, persistent flags, and other common CLI patterns.

You can find the project on GitHub: https://github.com/habedi/chilli

Comments (0)

No comments yet