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