-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search-Command
should search loaded commands
#1086
Labels
Comments
27 tasks
StartAutomating
pushed a commit
that referenced
this issue
Mar 23, 2024
Adding Validation Pattern and Removing InputType (for now)
github-actions bot
pushed a commit
that referenced
this issue
Mar 23, 2024
Adding Validation Pattern and Removing InputType (for now)
github-actions bot
pushed a commit
that referenced
this issue
Mar 23, 2024
Adding Validation Pattern and Removing InputType (for now)
StartAutomating
pushed a commit
that referenced
this issue
Mar 24, 2024
Unrolling values before -match
github-actions bot
pushed a commit
that referenced
this issue
Mar 24, 2024
Unrolling values before -match
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: