mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03: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());
|
|
}
|