Skip to content

Commit a2c7af1

Browse files
StartAutomatingStartAutomating
authored andcommitted
Cleaning up Core Inline Transpiler (#111)
1 parent 693c3b2 commit a2c7af1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/PipeScript.Inline.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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
130120
PipeScript.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

0 commit comments

Comments
 (0)