-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
[BUG/ISSUE] Winget version parsing is being trimmed if it's more than one string #823
Comments
This is an issue actually caused by Winget.exe, that is that when using winget search *, longer texts are trimmed instead of shwon completely. This issue can't be fixed, but it might get resolved with the implementation of #712 (we would get rid of console parsing) |
How so is that a problem with winget.exe output? Per https://learn.microsoft.com/en-us/windows/package-manager/winget/search it says: |
See Sorry, it was #193: #193 (comment) |
@marticliment , Also, seems like with the new winget-cli v1.5, there will be better handling of version through the |
When showing few packages, winget adapts its width to the full length. When showing all packages, it does not. This is an open issue in winget's repository |
hopefully v1.5 will fix it |
Can't believe that even a simple output format (like JSON for example) is not available for proper parsing these days. |
Before submitting the issue
Describe the bug
There seem to be a bug with parsing the version of a package which it's version is consisting of two string separated by a space
To Reproduce
Steps to reproduce the behaviour:
Info about the package from winget:
Expected behaviour
Package version shows "WIA-Loader 2.7.30" in the table (not trimmed)
Please note that I don't think that this is the same bug as in #805
The text was updated successfully, but these errors were encountered: