mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 05:06:24 +03:00

When the -c option is present, then commands are read from the first non-option argument command string. Our simple implementation assumes that if we see at least the '-c' option, a command string was given, and the shell is always considered to be non-interactive - even if the '-i' (interactive) option is also given.