milestone 8: web server, rest api, sse, auth, metrics and static assets

This commit is contained in:
2026-08-02 00:54:13 +02:00
parent a8092bb1b9
commit 5253c47303
59 changed files with 19640 additions and 150 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ pub fn main(init: std.process.Init) u8 {
const command = cli.parseArgs(argv.items) catch |e| return cli.runUsageError(runner, e);
return switch (command) {
.run => |paths| cli.runRun(runner, paths),
.run => |args_| cli.runRun(runner, args_),
// `true`: the probe leaves the machine, which is right for an operator
// running `nxdns check` and wrong for a test.
.check => |args_| cli.runCheck(runner, args_, true),