You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was wondering if I could easily replace my winget search FOO queries with Get-WGPackage -q FOO.
I know I can pipe the former into the latter, but for some reason, doing so induces bizarrely noisy results and duplicated lines printed that say
WARNING: winget show --source winget
WARNING: No package found matching input criteria.
... (repeats a few times for some reason) ...
I imagine the strange output above is independent from the possibility of passing to winget a --query arg, but perhaps the issue of the former can serve as a motivation for the latter in the meantime.
PowerShell version
7.2
Platform
Windows 11 Pro or Enterprise
The text was updated successfully, but these errors were encountered:
Describe the request
Hello, thanks for this module <3.
Was wondering if I could easily replace my
winget search FOO
queries withGet-WGPackage -q FOO
.I know I can pipe the former into the latter, but for some reason, doing so induces bizarrely noisy results and duplicated lines printed that say
I imagine the strange output above is independent from the possibility of passing to winget a
--query
arg, but perhaps the issue of the former can serve as a motivation for the latter in the meantime.PowerShell version
7.2
Platform
Windows 11 Pro or Enterprise
The text was updated successfully, but these errors were encountered: