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