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