Skip to content

Commit

Permalink
Add a note for what to do instead of --detach on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 18, 2023
1 parent ccfb979 commit d9903f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kitty/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9903f5

Please sign in to comment.