very slightly improve helpgen dependencies

pull/8798/head
Mitchell Hashimoto 2025-09-19 15:40:35 -07:00
parent 9feaec9c9c
commit da2a3e2510
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

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