Skip to content

Commit 9ee01e2

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating PipeScript.HelpOut.ps1 (#56)
1 parent d3e5381 commit 9ee01e2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/PipeScript.TypeExpression.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
PipeScript.TypeExpression
3+
-------------------------
4+
### Synopsis
5+
The PipeScript TypeExpression Transpiler
6+
7+
---
8+
### Description
9+
10+
Type Expressions may be transpiled.
11+
12+
---
13+
### Examples
14+
#### EXAMPLE 1
15+
```PowerShell
16+
{
17+
[include[a.ps1]]
18+
} | .>PipeScript
19+
```
20+
21+
---
22+
### Parameters
23+
#### **TypeExpressionAst**
24+
25+
The attributed expression
26+
27+
28+
29+
|Type |Requried|Postion|PipelineInput |
30+
|-------------------------|--------|-------|--------------|
31+
|```[TypeExpressionAst]```|true |named |true (ByValue)|
32+
---
33+
### Syntax
34+
```PowerShell
35+
PipeScript.TypeExpression -TypeExpressionAst <TypeExpressionAst> [<CommonParameters>]
36+
```
37+
---
38+
39+

0 commit comments

Comments
 (0)