Skip to content

Commit ef0196b

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.Razor.md

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

0 commit comments

Comments
 (0)