Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: set --no-interaction when stdin is not a tty #245

Merged
merged 1 commit into from Sep 2, 2022

Conversation

branchvincent
Copy link
Member

@branchvincent branchvincent commented Sep 2, 2022

This infers --no-interaction when stdin is not a TTY

Before:

$ : | poetry cache clear --all .
Delete 615 entries? (yes/no) [no]
Aborted

After:

$ : | poetry cache clear --all .

Fixes #232

@Secrus Secrus merged commit aee0dae into python-poetry:main Sep 2, 2022
@branchvincent branchvincent deleted the infer-no-interaction branch September 2, 2022 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default --no-interactive to on when CI=true
2 participants