Skip to content

Commit bc084c0

Browse files
StartAutomatingStartAutomating
authored andcommitted
Search-PipeScript: Searching with the AST (Fixes #307)
1 parent 4041432 commit bc084c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Search-PipeScript.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Search-PipeScript -ScriptBlock {
3131
### Parameters
3232
#### **InputObject**
3333

34-
The ScriptBlock that will be searched.
34+
The input to search.
35+
This can be a `[string]`, `[ScriptBlock]`, `[IO.FileInfo]`, or `[Ast]`.
3536

3637

3738

@@ -49,7 +50,7 @@ The ScriptBlock that will be searched.
4950
#### **AstCondition**
5051

5152
The AST Condition.
52-
These Script Blocks
53+
These conditions will apply when the input is a `[ScriptBlock]`, `[Ast]`, or PowerShell file.
5354

5455

5556

0 commit comments

Comments
 (0)