mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-07 05:43:20 +00:00
very slightly improve helpgen dependencies
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user