cli: make the action parser (+foo) generic and reusable

This commit is contained in:
Mitchell Hashimoto
2025-07-08 08:55:34 -07:00
parent 0e8ccc7352
commit 1739418f6f
22 changed files with 549 additions and 298 deletions

View File

@@ -4,7 +4,7 @@
const std = @import("std");
const Config = @import("config/Config.zig");
const Action = @import("cli/action.zig").Action;
const Action = @import("cli.zig").ghostty.Action;
const KeybindAction = @import("input/Binding.zig").Action;
pub fn main() !void {