Fix "Available since"

Co-authored-by: Leah Amelia Chen <github@acc.pluie.me>
This commit is contained in:
Jeffrey C. Ollie
2026-05-17 14:42:27 -05:00
committed by GitHub
parent 81af65766f
commit 22b9df25e6

View File

@@ -36,7 +36,7 @@ pub const Options = struct {
/// * `--class=<class>`: If set, connect to a custom instance of Ghostty.
/// The class must be a valid GTK application ID.
///
/// Available since: 1.3.0
/// Available since: 1.4.0
pub fn run(alloc: Allocator) !u8 {
var buf: [256]u8 = undefined;
var stderr_writer = std.fs.File.stderr().writer(&buf);