Skip to content

Commit 4571669

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Fixing .Substring errors (#116)
1 parent a341836 commit 4571669

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/Search-PipeScript.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,24 @@ One or more regular expressions to match.
6767
|--------------|--------|-------|---------------------|
6868
|```[Object]```|false |4 |true (ByPropertyName)|
6969
---
70+
#### **Recurse**
71+
72+
If set, will search nested script blocks.
73+
74+
75+
76+
|Type |Requried|Postion|PipelineInput|
77+
|--------------|--------|-------|-------------|
78+
|```[Switch]```|false |named |false |
79+
---
7080
### Outputs
7181
Search.PipeScript.Result
7282

7383

7484
---
7585
### Syntax
7686
```PowerShell
77-
Search-PipeScript [[-InputObject] <Object>] [[-AstCondition] <ScriptBlock[]>] [[-AstType] <Object>] [[-RegularExpression] <Object>] [<CommonParameters>]
87+
Search-PipeScript [[-InputObject] <Object>] [[-AstCondition] <ScriptBlock[]>] [[-AstType] <Object>] [[-RegularExpression] <Object>] [-Recurse] [<CommonParameters>]
7888
```
7989
---
8090

0 commit comments

Comments
 (0)