CLI

Parsing command-line args in Zig using only stdlib

24 Dec 2024

In my Zig learning journey, for some problems I have found the standard library documentation a bit too curt. Some solutions to common problems are documented in other non-official sources.

Continue reading →