Skip to content

Commit cdc390c

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Inline.Python.md

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

0 commit comments

Comments
 (0)