No description
Find a file
2026-09-16 15:04:26 -04:00
src initial commit 2026-09-16 15:04:26 -04:00
build.zig initial commit 2026-09-16 15:04:26 -04:00
build.zig.zon initial commit 2026-09-16 15:04:26 -04:00
README.md initial commit 2026-09-16 15:04:26 -04:00

Ohne Args

The best Zig argument parsing library, ohne Argumente.

Well okay, sure, that's subjective. It's at least the Zig argument parsing library I have been waiting for someone else to make.

Provide a struct or tagged union representing the info you want out, and ohne will happily generate a parser with comptime magic. If you want to customize the parser, you can do that. If you don't, you won't need to!