hi,
I’ve recently updated zig-argueando (GitHub - d4c7/zig-argueando: Zig-Argueando is a minimalist and efficient command-line parsing library written in Zig) after two years of inactivity, and it’s now compatible with Zig 0.13.0. Zig is fun and refreshing!
It’s a small but cute command-line argument parser designed to be simple and follow Zig’s philosophy: lightweight, straightforward, and no unnecessary complexity. It’s not trying to be anything fancy, but it might come in handy if you need something quick to handle arguments, flags, and options without building everything from scratch.
The idea behind this project is to create something functional and practical for my own projects, and maybe it’ll be useful for someone else too. If you’d like to try it out or take a look, any feedback or contributions are more than welcome.