From f2ce7c348edbd635dd74cae9b3b330825768ba76 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 19 Feb 2026 15:56:02 -0600 Subject: [PATCH] gtk: `+new-window` document `--title` --- src/cli/new_window.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cli/new_window.zig b/src/cli/new_window.zig index 98a93beb2..845a509a2 100644 --- a/src/cli/new_window.zig +++ b/src/cli/new_window.zig @@ -100,10 +100,10 @@ pub const Options = struct { /// `--class` flag) will be sent to the remote Ghostty instance and will be /// parsed as command line flags. These flags will override certain settings /// when creating the first surface in the new window. Currently, only -/// `--working-directory` and `--command` are supported. `-e` will also work -/// as an alias for `--command`, except that if `-e` is found on the command -/// line all following arguments will become part of the command and no more -/// arguments will be parsed for configuration settings. +/// `--working-directory`, `--command`, and `--title` are supported. `-e` will +/// also work as an alias for `--command`, except that if `-e` is found on the +/// command line all following arguments will become part of the command and no +/// more arguments will be parsed for configuration settings. /// /// If `--working-directory` is found on the command line and is a relative /// path (i.e. doesn't start with `/`) it will be resolved to an absolute path