What’s everybody working on? (August Edition)

Continuing with my last post, I decided to try and find an existing CLI arg parseing library instead of crude, hand-rolled parseing I was doing. Argzon looked interesting, so I updated it from zig-0.15.2 → zig-0.16.0. That was the easy part, now I’m just trying to work around some quirky behaviour, and figure out if it’s the libraries fault or simply that argument parseing is inherently difficult, even with a library helping you (i.e. user error). I’m pretty sure it’s the latter.

3 Likes