microsoft / winget-cli Public
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
fix passing null parameters to Find-WinGetPackage #2092
Conversation
|
It looks like I didn't get "--verbose-log" in there. Did I miss something? |
I don't see that in the original version. Maybe it wasn't added? |
|
That wouldn't surprise me! Would you mind adding it? |
From what I can tell is Invoke-WinGetCommand would need to have verbose logging support and I think that's outside my abilities to add. |
|
No worries then |
|
I came up with a function for getting already installed winget packages. I've just tested this on the Visual C++ Redistributables. It gives me the output I need. |
This PR enables all cmdlets in the module and makes Install-WinGetPackage actually work. There may be other stuff wrong with the other cmdlets but I didn't test the other ones thoroughly.
Microsoft Reviewers: Open in CodeFlow