mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-03 16:36:32 +00:00
cli: dedicated directory
This commit is contained in:
5
src/cli.zig
Normal file
5
src/cli.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
pub const Action = @import("cli/action.zig").Action;
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
Reference in New Issue
Block a user