mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 05:40:15 +00:00
Per review feedback, cover the four Windows branches added in the parent commit: - bare `cmd.exe` resolves via `%COMSPEC%` (with documented fallback) - bare non-cmd shell (`pwsh.exe`) is passed through unchanged - shell value with arguments (`wsl ~`) is split on whitespace - direct command is passed through without modification Co-authored-by: Claude <noreply@anthropic.com>