• zig

  • Joined on 2025年11月27日
HaraldWik commented on pull request ziglang/zig#35304 2026年05月18日 15:48:16 +02:00
std: introduce std.cli, automatically parse command-line arguments into a second "juicy main" parameter

Personaly I think this is quite useless, its simple to implement something like this with a tiny bit of comptime. If this was added I wouldnt even use it tbh because argument parsing is already...

HaraldWik pushed to main at HaraldWik/glfw_zig 2026年02月20日 22:56:49 +01:00
1810b47f2d Fixed build for 0.16
HaraldWik created repository HaraldWik/glfw_zig 2026年02月20日 22:56:11 +01:00
HaraldWik pushed to master at HaraldWik/ecs 2025年11月28日 17:06:17 +01:00
78c574af6b Update