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
Sometimes I'd like to be able to use PowerToys Run or Windows Run or some other mechanism to execute a Windows Package Manager command. The experience isn't great as the terminal is closed as soon as execution is completed.
Proposed technical implementation details
I'd like to be able to add the "--wait" argument to any command to wait for user input.
PS C:\Users\denelon> winget search WindowsTerminal --wait
Name Id Version Source
-------------------------------------------------------------------------------
Windows Terminal Preview Microsoft.WindowsTerminal.Preview 1.13.10733.0 winget
Windows Terminal Microsoft.WindowsTerminal 1.12.10732.0 winget
Press any key to continue.
The text was updated successfully, but these errors were encountered:
Description of the new feature / enhancement
Sometimes I'd like to be able to use PowerToys Run or Windows Run or some other mechanism to execute a Windows Package Manager command. The experience isn't great as the terminal is closed as soon as execution is completed.
Proposed technical implementation details
I'd like to be able to add the "--wait" argument to any command to wait for user input.
The text was updated successfully, but these errors were encountered: