From d9903f5283d4943da7799fbc8b07534b26c83399 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 18 Dec 2023 12:04:23 +0530 Subject: [PATCH] Add a note for what to do instead of --detach on macOS --- kitty/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/cli.py b/kitty/cli.py index 71f1388d1..e0aaa3d8a 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -889,7 +889,8 @@ def options_spec() -> str: --detach type=bool-set condition=not is_macos -Detach from the controlling terminal, if any. Not available on macOS. +Detach from the controlling terminal, if any. Not available on macOS. On macOS +use :code:`open -a kitty.app -n` instead. --session