Skip to content

Commit 35c6209

Browse files
StartAutomatingStartAutomating
authored andcommitted
Cleaning up Core Inline Transpiler (#111)
1 parent daf4890 commit 35c6209

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

docs/PipeScript.Inline.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ If a Regular Expression can match each section, then the content in each section
1717

1818
---
1919
### Parameters
20-
#### **SourceSection**
21-
22-
A list of source sections
23-
24-
25-
26-
|Type |Requried|Postion|PipelineInput |
27-
|------------------|--------|-------|--------------|
28-
|```[PSObject[]]```|true |1 |true (ByValue)|
29-
---
3020
#### **SourceText**
3121

3222
A string containing the text contents of the file
@@ -134,9 +124,6 @@ A Script Block that will be injected after each inline script is run.
134124
---
135125
### Syntax
136126
```PowerShell
137-
PipeScript.Inline [-SourceSection] <PSObject[]> [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
138-
```
139-
```PowerShell
140127
PipeScript.Inline -SourceText <String> -StartPattern <Regex> -EndPattern <Regex> [-ReplacementEvaluator <ScriptBlock>] [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
141128
```
142129
```PowerShell
@@ -145,6 +132,9 @@ PipeScript.Inline -SourceText <String> -ReplacePattern <Regex> [-ReplacementEval
145132
```PowerShell
146133
PipeScript.Inline -SourceText <String> -SourcePattern <Regex> [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
147134
```
135+
```PowerShell
136+
PipeScript.Inline [-NoTranspile] [-SourceFile <String>] [-Begin <ScriptBlock>] [-ForeachObject <ScriptBlock>] [-End <ScriptBlock>] [<CommonParameters>]
137+
```
148138
---
149139

150140

0 commit comments

Comments
 (0)