-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
winget upgrade should have the option to hide packages with Unknown version from output #1692
Comments
Maybe this should just be a argument, Wouldn't be too hard to implement if there's agreement. |
I would be fine with this solution. |
I even think that by default such packages should be ignored on |
Perhaps a setting? I would (personally) prefer winget not to show unknown version apps in the upgrade table by default, since 99/100 times "Unknown" ends up meaning "It updates itself", but I can understand that some people may think differently. It also may be a confusing user experience for a app to be listed for upgrade, then when the user wants to upgrade it and runs |
I disagree since the point of |
I mean like a new column: $ winget upgrade
Name Id Version Available Source Auto-update
----------------------------------------------------------
balenaEtcher Balena.Etcher 1.7.0 1.7.1 winget true
GOG GALAXY GOG.Galaxy Unknown 2.0.43.71a winget false Then: $ winget upgrade --all
Found balenaEtcher [Balena.Etcher] Version 1.7.1
[...] |
It's cool for me too. |
--include-unknown is now in the initial 1.3 preview, available in GitHub Releases:
Do you feel like this resolves the issue, or do we still need a setting? |
This is great!!! Thank you! You guys are doing amazing work!!!! |
Description of the new feature / enhancement
winget upgrade currently shows packages with a version of Unknown as being out of date. Since the version is Unknown the package may or may not be out of date. It would be useful to have the option to hide packages with an Unknown version or allow for the option to list only unknown packages with the upgrade command defaulting to not showing these Unknown version packages.
Proposed technical implementation details
No suggestion.
The text was updated successfully, but these errors were encountered: