PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

`Search-Command` should search loaded commands

Open StartAutomating opened this issue 11 months ago • 0 comments

This is something PipeScript does internally a fair amount.

For the most efficient querying of loaded commands, we will want to use both a wildcard and a pattern (and avoid using Get-Command directly).

We may also want to be able to search for parameters.

StartAutomating avatar Mar 23 '24 19:03 StartAutomating