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 related to processor architecture Issue-Feature This is a feature request for the Windows Package Manager client.
Milestone

Comments

@jedieaston
Copy link
Contributor

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 This is a feature request for the Windows Package Manager client. label Feb 10, 2022
@ghost ghost added the Needs-Triage Issue need to be triaged label Feb 10, 2022
@denelon denelon added Area-Architecture Issue related to processor architecture and removed Needs-Triage Issue need to be triaged labels Feb 10, 2022
@ghost ghost added the In-PR Issue related to a PR label Feb 14, 2022
@denelon denelon added this to the v1.3-Client milestone Feb 22, 2022
@ghost ghost added Resolution-Fix-Committed and removed In-PR Issue related to a 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 related to processor architecture Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants