mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-04 05:10:27 +00:00
Fixes #13319 AppKit treats existing positional arguments as documents, causing paths passed to a child command after -e to open an extra terminal surface. We now process args ourselves during openFile callbacks to ignore file paths after `-e`. There isn't a way to avoid this I can find because AppKit processes argc/argv from the main entrypoint and that can't be overridden.