Skip to content

Commit 93e8032

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating PipeScript.HelpOut.ps1 (#56)
1 parent f92ed4d commit 93e8032

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
Pipescript.FunctionDefinition
3+
-----------------------------
4+
### Synopsis
5+
PipeScript Function Transpiler
6+
7+
---
8+
### Description
9+
10+
Transpiles Function Definitions.
11+
12+
---
13+
### Parameters
14+
#### **FunctionDefinition**
15+
16+
An abstract syntax tree function definition.
17+
18+
19+
20+
|Type |Requried|Postion|PipelineInput |
21+
|-----------------------------|--------|-------|--------------|
22+
|```[FunctionDefinitionAst]```|true |named |true (ByValue)|
23+
---
24+
### Syntax
25+
```PowerShell
26+
Pipescript.FunctionDefinition -FunctionDefinition <FunctionDefinitionAst> [<CommonParameters>]
27+
```
28+
---
29+
30+

0 commit comments

Comments
 (0)