Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
Client Verbosity Settings #161
Copy link
Copy link
Labels
Area-AccessibilityIssue related to accessibilityIssue related to accessibilityIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Description
Metadata
Metadata
Assignees
Labels
Area-AccessibilityIssue related to accessibilityIssue related to accessibilityIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Relevant area(s)
Description of the new feature / enhancement
This is about controlling how much output WinGet itself prints to the console — not the output produced by an installer that WinGet invokes, and not the diagnostic log files.
Today WinGet prints a fixed amount of progress and status to the console. Users should be able to choose a verbosity level for WinGet's own console output, for example:
Accessibility is a specific motivator: animated progress bars and spinners don't work well with screen readers, so a quieter/plain output mode improves the experience for those users.
Proposed technical implementation details
quiet/default/verbose).--disable-interactivityargument and theprogressBarsetting.Updated with GitHub Copilot.