mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-01 11:12:16 +00:00
7 lines
154 B
Zig
7 lines
154 B
Zig
pub const args = @import("cli/args.zig");
|
|
pub const Action = @import("cli/action.zig").Action;
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|