File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PipeScript.AttributedExpression
22-------------------------------
3+
4+
5+
6+
37### Synopsis
48The PipeScript AttributedExpression Transpiler
59
10+
11+
612---
13+
14+
715### Description
816
917AttributedExpressions 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
2234The 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
3954PipeScript.AttributedExpression -AttributedExpressionAst <AttributedExpressionAst> [<CommonParameters>]
4055```
41- ---
4256
You can’t perform that action at this time.
0 commit comments