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 @@ -25,9 +25,29 @@ The command information. This will include the path to the file.
2525| --------------| --------| -------| --------------|
2626| ``` [Object] ``` | true | 1 | true (ByValue)|
2727---
28+ #### ** Parameter**
29+
30+ A dictionary of parameters.
31+
32+
33+
34+ | Type | Requried| Postion| PipelineInput|
35+ | -------------------| --------| -------| -------------|
36+ | ``` [IDictionary] ``` | false | 2 | false |
37+ ---
38+ #### ** ArgumentList**
39+
40+ A list of arguments.
41+
42+
43+
44+ | Type | Requried| Postion| PipelineInput|
45+ | ------------------| --------| -------| -------------|
46+ | ``` [PSObject[]] ``` | false | 3 | false |
47+ ---
2848### Syntax
2949``` PowerShell
30- Inline.PHP [-CommandInfo] <Object> [<CommonParameters>]
50+ Inline.PHP [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [ <CommonParameters>]
3151```
3252---
3353
You can’t perform that action at this time.
0 commit comments