Skip to content

Commit 5831c92

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

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

docs/Pipescript.FunctionDefinition.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,49 @@
11
Pipescript.FunctionDefinition
22
-----------------------------
3+
4+
5+
6+
37
### Synopsis
48
PipeScript Function Transpiler
59

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

917
Transpiles Function Definitions.
1018

19+
20+
1121
---
22+
23+
1224
### Parameters
1325
#### **FunctionDefinition**
1426

1527
An abstract syntax tree function definition.
1628

1729

1830

19-
> **Type**: ```[FunctionDefinitionAst]```
2031

21-
> **Required**: true
2232

23-
> **Position**: named
2433

25-
> **PipelineInput**:true (ByValue)
34+
|Type |Required|Position|PipelineInput |
35+
|-------------------------|--------|--------|--------------|
36+
|`[FunctionDefinitionAst]`|true |named |true (ByValue)|
37+
38+
2639

2740

2841

2942
---
43+
44+
3045
### Syntax
3146
```PowerShell
3247
Pipescript.FunctionDefinition -FunctionDefinition <FunctionDefinitionAst> [<CommonParameters>]
3348
```
34-
---
3549

0 commit comments

Comments
 (0)