@@ -4,49 +4,33 @@ Join-PipeScript
4
4
5
5
6
6
7
-
8
-
9
-
10
-
11
7
### Synopsis
12
8
Joins PowerShell and PipeScript ScriptBlocks
13
9
14
10
15
11
16
-
17
-
18
12
---
19
13
20
14
21
-
22
-
23
15
### Description
24
16
25
17
Joins ScriptBlocks written in PowerShell or PipeScript.
26
18
27
19
28
20
29
-
30
-
31
21
---
32
22
33
23
34
-
35
-
36
24
### Related Links
37
25
* [ Update-PipeScript] ( Update-PipeScript.md )
38
26
39
27
40
28
41
29
42
30
43
-
44
-
45
31
---
46
32
47
33
48
-
49
-
50
34
### Examples
51
35
#### EXAMPLE 1
52
36
``` PowerShell
@@ -82,13 +66,9 @@ Get-Command Join-PipeScript | Join-PipeScript
82
66
83
67
84
68
85
-
86
-
87
69
---
88
70
89
71
90
-
91
-
92
72
### Parameters
93
73
#### ** ScriptBlock**
94
74
@@ -99,9 +79,6 @@ A ScriptBlock written in PowerShell or PipeScript.
99
79
100
80
101
81
102
- | Type | Required| Position| PipelineInput | Aliases |
103
- | -----------------| --------| --------| ------------------------------| ----------|
104
- | ` [ScriptBlock[]] ` | true | named | true (ByValue, ByPropertyName)| Definition|
105
82
| Type | Required| Position| PipelineInput | Aliases |
106
83
| -----------------| --------| --------| ------------------------------| ----------|
107
84
| ` [ScriptBlock[]] ` | true | named | true (ByValue, ByPropertyName)| Definition|
@@ -132,9 +109,6 @@ Valid Values:
132
109
133
110
134
111
135
- | Type | Required| Position| PipelineInput| Aliases |
136
- | ------------| --------| --------| -------------| ------------------------------------------------------|
137
- | ` [String[]] ` | false | named | false | SkipBlockType<br />SkipBlockTypes<br />ExcludeBlockTypes|
138
112
| Type | Required| Position| PipelineInput| Aliases |
139
113
| ------------| --------| --------| -------------| ------------------------------------------------------|
140
114
| ` [String[]] ` | false | named | false | SkipBlockType<br />SkipBlockTypes<br />ExcludeBlockTypes|
@@ -164,9 +138,6 @@ Valid Values:
164
138
165
139
166
140
167
- | Type | Required| Position| PipelineInput| Aliases |
168
- | ------------| --------| --------| -------------| ----------------------------------------------|
169
- | ` [String[]] ` | false | named | false | BlockType<br />BlockTypes<br />IncludeBlockTypes|
170
141
| Type | Required| Position| PipelineInput| Aliases |
171
142
| ------------| --------| --------| -------------| ----------------------------------------------|
172
143
| ` [String[]] ` | false | named | false | BlockType<br />BlockTypes<br />IncludeBlockTypes|
@@ -182,9 +153,6 @@ If set, will transpile the joined ScriptBlock.
182
153
183
154
184
155
185
- | Type | Required| Position| PipelineInput|
186
- | ----------| --------| --------| -------------|
187
- | ` [Switch] ` | false | named | false |
188
156
| Type | Required| Position| PipelineInput|
189
157
| ----------| --------| --------| -------------|
190
158
| ` [Switch] ` | false | named | false |
@@ -201,9 +169,6 @@ If -IncludeParameter is provided without -ExcludeParameter, all other parameters
201
169
202
170
203
171
204
- | Type | Required| Position| PipelineInput|
205
- | ------------| --------| --------| -------------|
206
- | ` [String[]] ` | false | named | false |
207
172
| Type | Required| Position| PipelineInput|
208
173
| ------------| --------| --------| -------------|
209
174
| ` [String[]] ` | false | named | false |
@@ -246,8 +211,6 @@ The amount of indentation to use for parameters and named blocks. By default, f
246
211
---
247
212
248
213
249
-
250
-
251
214
### Syntax
252
215
``` PowerShell
253
216
Join-PipeScript -ScriptBlock <ScriptBlock[]> [-ExcludeBlockType <String[]>] [-IncludeBlockType <String[]>] [-Transpile] [-IncludeParameter <String[]>] [-ExcludeParameter <String[]>] [-Indent <Int32>] [<CommonParameters>]
0 commit comments