microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.54k stars 1.39k forks source link

Allow searching errors without `0x` #4456

Open Trenly opened 1 month ago

Trenly commented 1 month ago

Description of the new feature / enhancement

When using winget error and the hex code, it would be nice if WinGet could automatically detect that the input is a Hex code and not require the 0x

Example: winget error 8A15000D

Proposed technical implementation details

No response