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