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