cli: move cli_args.zig to cli

This commit is contained in:
Mitchell Hashimoto
2023-09-23 22:46:16 -07:00
parent 7fc66f3851
commit 9421bec3a1
6 changed files with 14 additions and 14 deletions

View File

@@ -300,6 +300,5 @@ test {
// TODO
_ = @import("blocking_queue.zig");
_ = @import("config.zig");
_ = @import("cli_args.zig");
_ = @import("lru.zig");
}