File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
PipeScript.AttributedExpression
2
2
-------------------------------
3
+
4
+
5
+
6
+
3
7
### Synopsis
4
8
The PipeScript AttributedExpression Transpiler
5
9
10
+
11
+
6
12
---
13
+
14
+
7
15
### Description
8
16
9
17
AttributedExpressions will be transpiled
@@ -15,28 +23,34 @@ $hello = 'hello world'
15
23
[OutputFile(".\Hello.txt")]$hello
16
24
```PowerShell
17
25
26
+
27
+
18
28
---
29
+
30
+
19
31
### Parameters
20
32
#### **AttributedExpressionAst**
21
33
22
34
The attributed expression
23
35
24
36
25
37
26
- > **Type**: ```[AttributedExpressionAst]```
27
38
28
- > **Required**: true
29
39
30
- > **Position**: named
31
40
32
- > **PipelineInput**:true (ByValue)
41
+ |Type |Required|Position|PipelineInput |
42
+ |---------------------------|--------|--------|--------------|
43
+ |`[AttributedExpressionAst]`|true |named |true (ByValue)|
44
+
45
+
33
46
34
47
35
48
36
49
---
50
+
51
+
37
52
### Syntax
38
53
```PowerShell
39
54
PipeScript.AttributedExpression -AttributedExpressionAst <AttributedExpressionAst> [<CommonParameters>]
40
55
```
41
- ---
42
56
You can’t perform that action at this time.
0 commit comments