File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments