-
Notifications
You must be signed in to change notification settings - Fork 190
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
Yes/No prompt does not appear #1239
Comments
I get this personally or I did not understand what you meant: nimble install nonexistant
Downloading Official package list
Success Package list downloaded.
Tip: 4 messages have been suppressed, use --verbose to show them.
download.nim(599) getDownloadInfo
Error: Package nonexistant@any version not found. |
Does it also display a yes/no prompt?
EDIT: |
The title and error content were ambiguous and have been corrected. @xTrayambak Currently, the implementation skips all Yes/No prompts, not just this example. |
For example, when you run:
nimble install nonexistent
the following message should appear:
But now nothing shows up.
It is likely that this is due to the wrong prioritization of silents.
nimble/src/nimblepkg/cli.nim
Lines 29 to 30 in 31dcee5
nimble/src/nimblepkg/cli.nim
Lines 176 to 190 in 31dcee5
The text was updated successfully, but these errors were encountered: