Skip to content

Commit b2a9eca

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.PSD1.md

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

0 commit comments

Comments
 (0)