Skip to content

Commit f7120a0

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.Perl.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,29 @@ The command information. This will include the path to the file.
4141
|--------------|--------|-------|--------------|
4242
|```[Object]```|true |1 |true (ByValue)|
4343
---
44+
#### **Parameter**
45+
46+
A dictionary of parameters.
47+
48+
49+
50+
|Type |Requried|Postion|PipelineInput|
51+
|-------------------|--------|-------|-------------|
52+
|```[IDictionary]```|false |2 |false |
53+
---
54+
#### **ArgumentList**
55+
56+
A list of arguments.
57+
58+
59+
60+
|Type |Requried|Postion|PipelineInput|
61+
|------------------|--------|-------|-------------|
62+
|```[PSObject[]]```|false |3 |false |
63+
---
4464
### Syntax
4565
```PowerShell
46-
Inline.Perl [-CommandInfo] <Object> [<CommonParameters>]
66+
Inline.Perl [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
4767
```
4868
---
4969

0 commit comments

Comments
 (0)