File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,6 @@ A string containing the text contents of the file
2727| --------------| --------| -------| -------------|
2828| ``` [String] ``` | true | named | false |
2929---
30- #### ** SourcePattern**
31-
32- A string containing the pattern used to recognize special sections of source code.
33-
34-
35-
36- | Type | Requried| Postion| PipelineInput|
37- | -------------| --------| -------| -------------|
38- | ``` [Regex] ``` | true | named | false |
39- ---
4030#### ** ReplacePattern**
4131
4232| Type | Requried| Postion| PipelineInput|
@@ -129,12 +119,6 @@ PipeScript.Inline -SourceText <String> -StartPattern <Regex> -EndPattern <Regex>
129119``` PowerShell
130120PipeScript.Inline -SourceText <String> -ReplacePattern <Regex> [-ReplacementEvaluator <ScriptBlock>] [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
131121```
132- ``` PowerShell
133- PipeScript.Inline -SourceText <String> -SourcePattern <Regex> [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
134- ```
135- ``` PowerShell
136- PipeScript.Inline [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
137- ```
138122---
139123
140124
You can’t perform that action at this time.
0 commit comments