@@ -4,49 +4,33 @@ Join-PipeScript
44
55
66
7-
8-
9-
10-
117### Synopsis
128Joins PowerShell and PipeScript ScriptBlocks
139
1410
1511
16-
17-
1812---
1913
2014
21-
22-
2315### Description
2416
2517Joins ScriptBlocks written in PowerShell or PipeScript.
2618
2719
2820
29-
30-
3121---
3222
3323
34-
35-
3624### Related Links
3725* [ Update-PipeScript] ( Update-PipeScript.md )
3826
3927
4028
4129
4230
43-
44-
4531---
4632
4733
48-
49-
5034### Examples
5135#### EXAMPLE 1
5236``` PowerShell
@@ -82,13 +66,9 @@ Get-Command Join-PipeScript | Join-PipeScript
8266
8367
8468
85-
86-
8769---
8870
8971
90-
91-
9272### Parameters
9373#### ** ScriptBlock**
9474
@@ -99,9 +79,6 @@ A ScriptBlock written in PowerShell or PipeScript.
9979
10080
10181
102- | Type | Required| Position| PipelineInput | Aliases |
103- | -----------------| --------| --------| ------------------------------| ----------|
104- | ` [ScriptBlock[]] ` | true | named | true (ByValue, ByPropertyName)| Definition|
10582| Type | Required| Position| PipelineInput | Aliases |
10683| -----------------| --------| --------| ------------------------------| ----------|
10784| ` [ScriptBlock[]] ` | true | named | true (ByValue, ByPropertyName)| Definition|
@@ -132,9 +109,6 @@ Valid Values:
132109
133110
134111
135- | Type | Required| Position| PipelineInput| Aliases |
136- | ------------| --------| --------| -------------| ------------------------------------------------------|
137- | ` [String[]] ` | false | named | false | SkipBlockType<br />SkipBlockTypes<br />ExcludeBlockTypes|
138112| Type | Required| Position| PipelineInput| Aliases |
139113| ------------| --------| --------| -------------| ------------------------------------------------------|
140114| ` [String[]] ` | false | named | false | SkipBlockType<br />SkipBlockTypes<br />ExcludeBlockTypes|
@@ -164,9 +138,6 @@ Valid Values:
164138
165139
166140
167- | Type | Required| Position| PipelineInput| Aliases |
168- | ------------| --------| --------| -------------| ----------------------------------------------|
169- | ` [String[]] ` | false | named | false | BlockType<br />BlockTypes<br />IncludeBlockTypes|
170141| Type | Required| Position| PipelineInput| Aliases |
171142| ------------| --------| --------| -------------| ----------------------------------------------|
172143| ` [String[]] ` | false | named | false | BlockType<br />BlockTypes<br />IncludeBlockTypes|
@@ -182,9 +153,6 @@ If set, will transpile the joined ScriptBlock.
182153
183154
184155
185- | Type | Required| Position| PipelineInput|
186- | ----------| --------| --------| -------------|
187- | ` [Switch] ` | false | named | false |
188156| Type | Required| Position| PipelineInput|
189157| ----------| --------| --------| -------------|
190158| ` [Switch] ` | false | named | false |
@@ -201,9 +169,6 @@ If -IncludeParameter is provided without -ExcludeParameter, all other parameters
201169
202170
203171
204- | Type | Required| Position| PipelineInput|
205- | ------------| --------| --------| -------------|
206- | ` [String[]] ` | false | named | false |
207172| Type | Required| Position| PipelineInput|
208173| ------------| --------| --------| -------------|
209174| ` [String[]] ` | false | named | false |
@@ -246,8 +211,6 @@ The amount of indentation to use for parameters and named blocks. By default, f
246211---
247212
248213
249-
250-
251214### Syntax
252215``` PowerShell
253216Join-PipeScript -ScriptBlock <ScriptBlock[]> [-ExcludeBlockType <String[]>] [-IncludeBlockType <String[]>] [-Transpile] [-IncludeParameter <String[]>] [-ExcludeParameter <String[]>] [-Indent <Int32>] [<CommonParameters>]
0 commit comments