StartAutomating / Posh

PowerShell made Posh
https://posh.startautomating.com/
MIT License
59 stars 6 forks source link

Posh should support Argument Completers #329

Open StartAutomating opened 9 months ago

StartAutomating commented 9 months ago

Description

Custom argument completers are a decent part of user experience in PowerShell.

They should be easy to create and manage with scriptproperties and psuedotypes (possibly in $Posh.Commands)