Skip to content

Commit 5701eea

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.PHP.md

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

0 commit comments

Comments
 (0)