Skip to content

Commit 9739f58

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating PipeScript Tests (adding test for source generator parameters (#75))
1 parent 2bbb12b commit 9739f58

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.Kotlin.md

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

0 commit comments

Comments
 (0)