Open
Description
Cannot find any thorough documentation on --non-interactive
. Only from the command line itself:
error out of the command instead of waiting for prompts
Are there any assumptions that trigger this option ON automatically?
Do I understand correctly from command.ts#L211 that process.stdin.isTTY
is false
for Ci environment like GitHub Actions?