Add flags as an alternative to '*' to update all#3871
Merged
rashil2000 merged 1 commit intoScoopInstaller:developfrom Nov 15, 2021
Merged
Add flags as an alternative to '*' to update all#3871rashil2000 merged 1 commit intoScoopInstaller:developfrom
rashil2000 merged 1 commit intoScoopInstaller:developfrom
Conversation
Member
|
I vote 👍 for this, ps. you should rebase the pull request to the develop branch. |
Bash will parse the '*' on the shell level which results in a strange experience for everyone not familiar with it when trying to update all packages. This adds -a and --all as alternatives.
Contributor
Author
|
Rebase to the |
|
Having flags is also more powershell-y. so I'm all for that. |
Contributor
Author
|
Ping? |
|
I'd also like to support this merge. |
rashil2000
approved these changes
Nov 15, 2021
Member
|
Related to #2800 |
issaclin32
approved these changes
Nov 15, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bash will parse the '*' on the shell level which results in a strange experience for everyone not familiar with it when trying to update all packages.
This adds -a and --all as alternatives.