#Whats wrong on this code?
1 messages · Page 1 of 1 (latest)
*Imma a begginer too
@low glen here
so theres a possibility that this library may not work?
it's possible it's outdated yes
It's built with 0.15.2 so if you use a later version, you're likely to stumble upon a multitude of errors
I don't know for sure
it was last updated some 8 months ago
what does your zig version say? (likely 0.16)
0.16.0
https://github.com/muhammad-fiaz/args.zig
so i guess i should look at this one here
maybe. there's no shortage of argv parsers. Everyone and their mums make one 🙂
just make sure it says 0.16
zig is still in active development, breaking changes still happen between versions (well mostly std lib changes, the language itself less so)
i see