mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
Mention macOS' open
in the CLI help messages.
This commit is contained in:
@@ -51,7 +51,9 @@ pub fn run(alloc: Allocator) !u8 {
|
||||
\\`ghostty -e top` will run the `top` command inside the terminal.
|
||||
\\
|
||||
\\On macOS, launching the terminal emulator from the CLI is not
|
||||
\\supported and only actions are supported.
|
||||
\\supported and only actions are supported. Use `open -na Ghostty.app`
|
||||
\\instead, or `open -na ghostty.app --args --foo=bar --baz=quz` to pass
|
||||
\\arguments.
|
||||
\\
|
||||
\\Available actions:
|
||||
\\
|
||||
|
@@ -84,6 +84,9 @@ pub fn main() !MainReturn {
|
||||
\\(i.e. Ghostty.app on macOS). This CLI can be used to perform various
|
||||
\\actions such as inspecting the version, listing fonts, etc.
|
||||
\\
|
||||
\\On macOS, the terminal can also be launched using `open -na Ghostty.app`,
|
||||
\\or `open -na Ghostty.app --args --foo=bar --baz=qux` to pass arguments.
|
||||
\\
|
||||
\\We don't have proper help output yet, sorry! Please refer to the
|
||||
\\source code or Discord community for help for now. We'll fix this in time.
|
||||
\\
|
||||
|
Reference in New Issue
Block a user