Skip to content

Commit 97c093d

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.TOML.md

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

0 commit comments

Comments
 (0)