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