Refactor configuration handling and integrate command-line argument parsing with args.zig

This commit is contained in:
2026-08-01 23:28:06 +02:00
parent f902086e14
commit 250829e922
6 changed files with 68 additions and 7 deletions

View File

@@ -8,6 +8,10 @@
.url = "git+https://github.com/sam701/zig-toml?ref=zig-0.16#8685923e32e8b8a795eb2715684236975a70faed",
.hash = "toml-0.3.0-bV14BRmKAQAWR0FT0KUKFwVJTImaFhWjSe6HfSMtNZOH",
},
.args = .{
.url = "https://github.com/muhammad-fiaz/args.zig/archive/refs/tags/0.0.8.tar.gz",
.hash = "args-0.0.8-8hzgbsBECgD3C0uPaFNcK9UFTZ210rWU4XIhopR8snoA",
},
},
.paths = .{
"build.zig",