cli: dedicated directory

This commit is contained in:
Mitchell Hashimoto
2023-09-23 22:42:09 -07:00
parent 056de47b76
commit 7fc66f3851
5 changed files with 37 additions and 21 deletions

5
src/cli.zig Normal file
View File

@@ -0,0 +1,5 @@
pub const Action = @import("cli/action.zig").Action;
test {
@import("std").testing.refAllDecls(@This());
}