Skip to content

Commit 30c7cf3

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Improving Unnamed end block behavior (Fixes #363)
1 parent 7e4241a commit 30c7cf3

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

docs/PipeScript.TypeExpression.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
PipeScript.TypeExpression
22
-------------------------
3+
4+
5+
6+
37
### Synopsis
48
The PipeScript TypeExpression Transpiler
59

10+
11+
612
---
13+
14+
715
### Description
816

917
Type Expressions may be transpiled.
1018

19+
20+
1121
---
22+
23+
1224
### Examples
1325
#### EXAMPLE 1
1426
```PowerShell
@@ -17,28 +29,34 @@ Type Expressions may be transpiled.
1729
} | .>PipeScript
1830
```
1931

32+
33+
2034
---
35+
36+
2137
### Parameters
2238
#### **TypeExpressionAst**
2339

2440
The attributed expression
2541

2642

2743

28-
> **Type**: ```[TypeExpressionAst]```
2944

30-
> **Required**: true
3145

32-
> **Position**: named
3346

34-
> **PipelineInput**:true (ByValue)
47+
|Type |Required|Position|PipelineInput |
48+
|---------------------|--------|--------|--------------|
49+
|`[TypeExpressionAst]`|true |named |true (ByValue)|
50+
51+
3552

3653

3754

3855
---
56+
57+
3958
### Syntax
4059
```PowerShell
4160
PipeScript.TypeExpression -TypeExpressionAst <TypeExpressionAst> [<CommonParameters>]
4261
```
43-
---
4462

0 commit comments

Comments
 (0)