Skip to content

Commit bc41ff4

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.XML.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,29 @@ The command information. This will include the path to the file.
2323
|--------------|--------|-------|--------------|
2424
|```[Object]```|true |1 |true (ByValue)|
2525
---
26+
#### **Parameter**
27+
28+
A dictionary of parameters.
29+
30+
31+
32+
|Type |Requried|Postion|PipelineInput|
33+
|-------------------|--------|-------|-------------|
34+
|```[IDictionary]```|false |2 |false |
35+
---
36+
#### **ArgumentList**
37+
38+
A list of arguments.
39+
40+
41+
42+
|Type |Requried|Postion|PipelineInput|
43+
|------------------|--------|-------|-------------|
44+
|```[PSObject[]]```|false |3 |false |
45+
---
2646
### Syntax
2747
```PowerShell
28-
Inline.XML [-CommandInfo] <Object> [<CommonParameters>]
48+
Inline.XML [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
2949
```
3050
---
3151

0 commit comments

Comments
 (0)