Skip to content

Commit 97d932e

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.CSS.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,29 @@ The command information. This will include the path to the file.
5050
|--------------|--------|-------|--------------|
5151
|```[Object]```|true |1 |true (ByValue)|
5252
---
53+
#### **Parameter**
54+
55+
A dictionary of parameters.
56+
57+
58+
59+
|Type |Requried|Postion|PipelineInput|
60+
|-------------------|--------|-------|-------------|
61+
|```[IDictionary]```|false |2 |false |
62+
---
63+
#### **ArgumentList**
64+
65+
A list of arguments.
66+
67+
68+
69+
|Type |Requried|Postion|PipelineInput|
70+
|------------------|--------|-------|-------------|
71+
|```[PSObject[]]```|false |3 |false |
72+
---
5373
### Syntax
5474
```PowerShell
55-
Inline.CSS [-CommandInfo] <Object> [<CommonParameters>]
75+
Inline.CSS [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
5676
```
5777
---
5878

0 commit comments

Comments
 (0)