Skip to content
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 --info should print the system architecture #1925

Closed
jedieaston opened this issue Feb 10, 2022 · 0 comments · Fixed by #1937
Closed

winget --info should print the system architecture #1925

jedieaston opened this issue Feb 10, 2022 · 0 comments · Fixed by #1937
Labels
Area-Architecture Issue-Feature Resolution-Fix-Committed
Milestone

Comments

@jedieaston
Copy link
Contributor

jedieaston commented Feb 10, 2022

Description of the new feature / enhancement

I would like it if winget --info printed 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 🙂)

@jedieaston jedieaston added the Issue-Feature label Feb 10, 2022
@msftbot msftbot bot added the Needs-Triage label Feb 10, 2022
@msftbot msftbot bot added the In-PR label Feb 14, 2022
@denelon denelon added this to the v1.3-Client milestone Feb 22, 2022
@msftbot msftbot bot added Resolution-Fix-Committed and removed In-PR labels Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Architecture Issue-Feature Resolution-Fix-Committed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants