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

fix: -a doesn't require an argument #4548

Closed
wants to merge 1 commit into from

Conversation

bjubes
Copy link
Contributor

@bjubes bjubes commented Nov 30, 2021

scoop update -a demands an argument even though one isn't needed.

Without this fix:

> scoop update --all
Updating Scoop... 
Updating 'extras' bucket...                                                                                             
Updating 'main' bucket...                                                                                               
Scoop was updated successfully! 
> scoop update -a
scoop update: Option -a requires an argument.     # <----wtf?

with this fix:

> scoop update --all
Updating Scoop... 
Updating 'extras' bucket...                                                                                             
Updating 'main' bucket...                                                                                               
Scoop was updated successfully! 
> scoop update -a
Updating Scoop... 
Updating 'extras' bucket...                                                                                             
Updating 'main' bucket...                                                                                               
Scoop was updated successfully! 

@bjubes
Copy link
Contributor Author

bjubes commented Nov 30, 2021

just saw #4531

@bjubes bjubes closed this Nov 30, 2021
@bjubes bjubes deleted the no-all-argument branch December 1, 2021 19:31
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.

1 participant