Skip to content

Commit f0e419e

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating PipeScript Tests (adding test for source generator parameters (#75))
1 parent 97c093d commit f0e419e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.TypeScript.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)