milestone 8: web server, rest api, sse, auth, metrics and static assets
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user