Whether to half-close stdin at spawn.
Defaults on for a non-PTY command: a command that reads stdin otherwise blocks on a pipe nobody writes to until the timeout kills it. A PTY has no separate write end to close, so the server ignores the flag there.