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 @@ -53,9 +53,29 @@ The command information. This will include the path to the file.
5353| --------------| --------| -------| --------------|
5454| ``` [Object] ``` | true | 1 | true (ByValue)|
5555---
56+ #### ** Parameter**
57+
58+ A dictionary of parameters.
59+
60+
61+
62+ | Type | Requried| Postion| PipelineInput|
63+ | -------------------| --------| -------| -------------|
64+ | ``` [IDictionary] ``` | false | 2 | false |
65+ ---
66+ #### ** ArgumentList**
67+
68+ A list of arguments.
69+
70+
71+
72+ | Type | Requried| Postion| PipelineInput|
73+ | ------------------| --------| -------| -------------|
74+ | ``` [PSObject[]] ``` | false | 3 | false |
75+ ---
5676### Syntax
5777``` PowerShell
58- Inline.Markdown [-CommandInfo] <Object> [<CommonParameters>]
78+ Inline.Markdown [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [ <CommonParameters>]
5979```
6080---
6181
You can’t perform that action at this time.
0 commit comments