zsh: add completions generation

This commit is contained in:
Anund
2024-12-11 19:55:39 +11:00
parent ae2cf8dc37
commit c7deea6a7f
6 changed files with 243 additions and 7 deletions

View File

@@ -7,6 +7,8 @@ const xev = @import("xev");
const renderer = @import("../renderer.zig");
const gtk = if (build_config.app_runtime == .gtk) @import("../apprt/gtk/c.zig").c else void;
pub const Options = struct {};
/// The `version` command is used to display information about Ghostty.
pub fn run(alloc: Allocator) !u8 {
_ = alloc;