You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.
Issue
Pretty simple issue, the --no-interaction flag does not actually ensure no interaction for poetry cache clear --all PyPI for example, it just fails because it didn't get the yes
response to the prompt.
What I'd like to see is either:
-n implicitly respond yes to this prompt or
-y option added to explicitly respond yes to this prompt
I don't have time to add it myself right this second, but I may get to it myself if this is a feature others agree with.
The text was updated successfully, but these errors were encountered:
-vvv
option) and have included the output below.Issue
Pretty simple issue, the
--no-interaction
flag does not actually ensure no interaction forpoetry cache clear --all PyPI
for example, it just fails because it didn't get theyes
response to the prompt.
What I'd like to see is either:
-n
implicitly respondyes
to this prompt or-y
option added to explicitly respondyes
to this promptI don't have time to add it myself right this second, but I may get to it myself if this is a feature others agree with.
The text was updated successfully, but these errors were encountered: