mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 13:50:11 +00:00
Fix "Available since"
Co-authored-by: Leah Amelia Chen <github@acc.pluie.me>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user