ExecOptions.isInteractive?
ExecOptions › isInteractive?
Type: boolean
Iftrue, attaches the child process's stdio directly to the terminal (stdio: 'inherit') instead of capturing it. Use for long-running or interactive commands such as dev servers and watch mode. Because the output is not captured, the resolved stdout is an empty string.