very slightly improve helpgen dependencies
parent
9feaec9c9c
commit
da2a3e2510
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue