Skip to content

Commit 5dc9f25

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Improving Unnamed end block behavior (Fixes #363)
1 parent 4ec7159 commit 5dc9f25

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed
Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
PipeScript.AttributedExpression
22
-------------------------------
3+
4+
5+
6+
37
### Synopsis
48
The PipeScript AttributedExpression Transpiler
59

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

917
AttributedExpressions will be transpiled
@@ -15,28 +23,34 @@ $hello = 'hello world'
1523
[OutputFile(".\Hello.txt")]$hello
1624
```PowerShell
1725
26+
27+
1828
---
29+
30+
1931
### Parameters
2032
#### **AttributedExpressionAst**
2133
2234
The attributed expression
2335
2436
2537
26-
> **Type**: ```[AttributedExpressionAst]```
2738
28-
> **Required**: true
2939
30-
> **Position**: named
3140
32-
> **PipelineInput**:true (ByValue)
41+
|Type |Required|Position|PipelineInput |
42+
|---------------------------|--------|--------|--------------|
43+
|`[AttributedExpressionAst]`|true |named |true (ByValue)|
44+
45+
3346
3447
3548
3649
---
50+
51+
3752
### Syntax
3853
```PowerShell
3954
PipeScript.AttributedExpression -AttributedExpressionAst <AttributedExpressionAst> [<CommonParameters>]
4055
```
41-
---
4256

0 commit comments

Comments
 (0)