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

@@ -1,3 +1,4 @@
pub const args = @import("cli/args.zig");
pub const Action = @import("cli/action.zig").Action;
test {