Zopt - low-ceremony CLI arg parsing
Ziggit
Zopt - low-ceremony CLI arg parsing
zopt - low-ceremony command line argument parser I’ve been working on some small Zig CLI tools, partly to scratch my own itch, partly to learn the language and do some “hobby coding”. In doing so, I wanted to have a convenient way of parsing CLI options/flags/positionals that was conceptually pretty close to the simplicity of just iterating over argv with a bunch of if statements, but hidden behind a nicer abstraction. I built zopt for this reason. It’s a schema on read style arg parser that y...
0 comments
No comments yet.