Skip to content

Commit 2bbb12b

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.Json.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,29 @@ The command information. This will include the path to the file.
3030
|--------------|--------|-------|--------------|
3131
|```[Object]```|true |1 |true (ByValue)|
3232
---
33+
#### **Parameter**
34+
35+
A dictionary of parameters.
36+
37+
38+
39+
|Type |Requried|Postion|PipelineInput|
40+
|-------------------|--------|-------|-------------|
41+
|```[IDictionary]```|false |2 |false |
42+
---
43+
#### **ArgumentList**
44+
45+
A list of arguments.
46+
47+
48+
49+
|Type |Requried|Postion|PipelineInput|
50+
|------------------|--------|-------|-------------|
51+
|```[PSObject[]]```|false |3 |false |
52+
---
3353
### Syntax
3454
```PowerShell
35-
Inline.Json [-CommandInfo] <Object> [<CommonParameters>]
55+
Inline.Json [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
3656
```
3757
---
3858

0 commit comments

Comments
 (0)