File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
7181Search.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
You can’t perform that action at this time.
0 commit comments