Skip to content

Commit 9633800

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.Markdown.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,29 @@ The command information. This will include the path to the file.
5353
|--------------|--------|-------|--------------|
5454
|```[Object]```|true |1 |true (ByValue)|
5555
---
56+
#### **Parameter**
57+
58+
A dictionary of parameters.
59+
60+
61+
62+
|Type |Requried|Postion|PipelineInput|
63+
|-------------------|--------|-------|-------------|
64+
|```[IDictionary]```|false |2 |false |
65+
---
66+
#### **ArgumentList**
67+
68+
A list of arguments.
69+
70+
71+
72+
|Type |Requried|Postion|PipelineInput|
73+
|------------------|--------|-------|-------------|
74+
|```[PSObject[]]```|false |3 |false |
75+
---
5676
### Syntax
5777
```PowerShell
58-
Inline.Markdown [-CommandInfo] <Object> [<CommonParameters>]
78+
Inline.Markdown [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
5979
```
6080
---
6181

0 commit comments

Comments
 (0)