-
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 search -name """" truncates package ID #2729
Comments
This might be related to |
@andrew-s-taylor the output is truncated to fit the terminal width in the CLI. We've got PowerShell modules and cmdlets coming out in the next release which don't truncate the output. |
Maybe duplicate of #2603 |
Duplicate of #2603 |
@andrew-s-taylor we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority. |
Brief description of your issue
When listing all Winget packages using winget --name """" (I use it to grid-view output), it truncates the ID on long packages and adds random special characters instead
Steps to reproduce
In Powershell:
&winget search --name """" | out-gridview
Filter for "Process" and Process Explorer and Process Monitor are both truncated
Expected behavior
It should display the full ID which works when searching by name
Actual behavior
It displays truncated IDs
Environment
The text was updated successfully, but these errors were encountered: