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 @@ -42,9 +42,29 @@ The command information. This will include the path to the file.
4242| --------------| --------| -------| --------------|
4343| ``` [Object] ``` | true | 1 | true (ByValue)|
4444---
45+ #### ** Parameter**
46+
47+ A dictionary of parameters.
48+
49+
50+
51+ | Type | Requried| Postion| PipelineInput|
52+ | -------------------| --------| -------| -------------|
53+ | ``` [IDictionary] ``` | false | 2 | false |
54+ ---
55+ #### ** ArgumentList**
56+
57+ A list of arguments.
58+
59+
60+
61+ | Type | Requried| Postion| PipelineInput|
62+ | ------------------| --------| -------| -------------|
63+ | ``` [PSObject[]] ``` | false | 3 | false |
64+ ---
4565### Syntax
4666``` PowerShell
47- Inline.Python [-CommandInfo] <Object> [<CommonParameters>]
67+ Inline.Python [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [ <CommonParameters>]
4868```
4969---
5070
You can’t perform that action at this time.
0 commit comments