PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
759 stars 52 forks source link

Add Show-ConsoleCommand #239

Open ThomasNieto opened 5 months ago

ThomasNieto commented 5 months ago

Summary of the new feature / enhancement

There is a cmdlet called Show-Command that create a graphical menu of available parameters to interactively create the command. However, this cmdlet is only available on Windows. There should be a TUI equivalent for all platforms to use.

image

Proposed technical implementation details (optional)

No response