Skip to content

Commit 64bed58

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating PipeScript Tests (adding test for source generator parameters (#75))
1 parent 0d628df commit 64bed58

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.OpenSCAD.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,29 @@ The command information. This will include the path to the file.
5656
|--------------|--------|-------|--------------|
5757
|```[Object]```|true |1 |true (ByValue)|
5858
---
59+
#### **Parameter**
60+
61+
A dictionary of parameters.
62+
63+
64+
65+
|Type |Requried|Postion|PipelineInput|
66+
|-------------------|--------|-------|-------------|
67+
|```[IDictionary]```|false |2 |false |
68+
---
69+
#### **ArgumentList**
70+
71+
A list of arguments.
72+
73+
74+
75+
|Type |Requried|Postion|PipelineInput|
76+
|------------------|--------|-------|-------------|
77+
|```[PSObject[]]```|false |3 |false |
78+
---
5979
### Syntax
6080
```PowerShell
61-
Inline.OpenSCAD [-CommandInfo] <Object> [<CommonParameters>]
81+
Inline.OpenSCAD [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
6282
```
6383
---
6484

0 commit comments

Comments
 (0)