winget --info should print the system architecture #1925
Labels
Area-Architecture
Issue-Feature
This is a feature request for the Windows Package Manager client.
Resolution-Fix-Committed
Milestone
jedieaston commentedFeb 10, 2022
Description of the new feature / enhancement
I would like it if
winget --infoprinted what the system's architecture is, so I don't have to ask the user when I'm looking at a bug report. Sometimes I'm wondering why a odd match happened, and this narrows it down a lot.Proposed technical implementation details
context.Reporter.Info() << "Architecture : " << architecture << endl(obviously with the fancy spacing function and the function to get architecture. this is not indicative of the actual work required🙂 )
The text was updated successfully, but these errors were encountered: