-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add '--autocolumnwidth' option #2161
Copy link
Copy link
Labels
Area-OutputIssue related to CLI outputIssue related to CLI outputIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Milestone
Metadata
Metadata
Assignees
Labels
Area-OutputIssue related to CLI outputIssue related to CLI outputIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
Done
Description of the new feature / enhancement
The current behavior of
wingetis that it looks at the first 50 output rows to determine the width of the output columns.As a result, there are many cases where output information is truncated.
This is inconvenient, and break approaches to parse
winget's output such as https://gist.github.com/sba923/7924b726fd44af91d18453ee595e6548Adding an option to trigger a behavior similar to PowerShell's
FormatTable -AutoSizewould help.Proposed technical implementation details
No response