-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
CI's don't have console input, as such it would be nice to automatically select -y when running in CI. You can detect CI with the environment variable CI, which will be set to true.
If you don't manually set -y in CI, you'll get this error:
Continue? [N/y]:
FAILED
Cannot read keys when either application does not have a console or when console input has been redirected. Try Console.Read.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request