Add a note for what to do instead of --detach on macOS
This commit is contained in:
parent
ccfb979218
commit
d9903f5283
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue