We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scoop reset $apps
scoop reset $apps abort when one is running
Should continue
[]In scoop-reset it use continue but in scoop install it is return. change to return solved this one. Will create a PR.
Windows version: [e.g. 7, 8, 10, 11]
OS architecture: [e.g. 32bit, 64bit, arm64]
PowerShell version: [output of "$($PSVersionTable.PSVersion)"]
"$($PSVersionTable.PSVersion)"
Additional software: [(optional) e.g. ConEmu, Git]
//# Your configuration here
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
Current Behavior
scoop reset $apps
abort when one is runningExpected Behavior
Should continue
Additional context/output
Possible Solution
[]In scoop-reset
it use continue but in scoop install it is return. change to return solved this one. Will create a PR.
System details
Windows version: [e.g. 7, 8, 10, 11]
OS architecture: [e.g. 32bit, 64bit, arm64]
PowerShell version: [output of
"$($PSVersionTable.PSVersion)"
]Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
//# Your configuration here
The text was updated successfully, but these errors were encountered: