documentation: consistent format for actions help

This commit is contained in:
Anund
2025-01-03 23:53:22 +11:00
committed by Mitchell Hashimoto
parent 148a009a95
commit 168dd31367
9 changed files with 43 additions and 23 deletions

View File

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