Skip to content

Commit 346a483

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Improving Unnamed end block behavior (Fixes #363)
1 parent b14f86f commit 346a483

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

docs/Racket.Template.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
Racket.Template
22
---------------
3+
4+
5+
6+
37
### Synopsis
48
Racket Template Transpiler.
59

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

917
Allows PipeScript to generate Racket.
@@ -15,82 +23,82 @@ Multiline comments can be preceeded or followed by single-quoted strings, which
1523
* ```''```
1624
* ```{}```
1725

26+
27+
1828
---
29+
30+
1931
### Parameters
2032
#### **CommandInfo**
2133

2234
The command information. This will include the path to the file.
2335

2436

2537

26-
> **Type**: ```[CommandInfo]```
2738

28-
> **Required**: true
2939

30-
> **Position**: named
3140

32-
> **PipelineInput**:true (ByValue)
41+
|Type |Required|Position|PipelineInput |
42+
|---------------|--------|--------|--------------|
43+
|`[CommandInfo]`|true |named |true (ByValue)|
3344

3445

3546

36-
---
3747
#### **AsTemplateObject**
3848

3949
If set, will return the information required to dynamically apply this template to any text.
4050

4151

4252

43-
> **Type**: ```[Switch]```
4453

45-
> **Required**: true
4654

47-
> **Position**: named
4855

49-
> **PipelineInput**:false
56+
|Type |Required|Position|PipelineInput|
57+
|----------|--------|--------|-------------|
58+
|`[Switch]`|true |named |false |
5059

5160

5261

53-
---
5462
#### **Parameter**
5563

5664
A dictionary of parameters.
5765

5866

5967

60-
> **Type**: ```[IDictionary]```
6168

62-
> **Required**: false
6369

64-
> **Position**: named
6570

66-
> **PipelineInput**:false
71+
|Type |Required|Position|PipelineInput|
72+
|---------------|--------|--------|-------------|
73+
|`[IDictionary]`|false |named |false |
6774

6875

6976

70-
---
7177
#### **ArgumentList**
7278

7379
A list of arguments.
7480

7581

7682

77-
> **Type**: ```[PSObject[]]```
7883

79-
> **Required**: false
8084

81-
> **Position**: named
8285

83-
> **PipelineInput**:false
86+
|Type |Required|Position|PipelineInput|
87+
|--------------|--------|--------|-------------|
88+
|`[PSObject[]]`|false |named |false |
89+
90+
8491

8592

8693

8794
---
95+
96+
8897
### Syntax
8998
```PowerShell
9099
Racket.Template -CommandInfo <CommandInfo> [-Parameter <IDictionary>] [-ArgumentList <PSObject[]>] [<CommonParameters>]
91100
```
92101
```PowerShell
93102
Racket.Template -AsTemplateObject [-Parameter <IDictionary>] [-ArgumentList <PSObject[]>] [<CommonParameters>]
94103
```
95-
---
96104

0 commit comments

Comments
 (0)