Skip to content

Commit a0f897c

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Improving Unnamed end block behavior (Fixes #363)
1 parent c52bf8e commit a0f897c

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

docs/ModuleRelationship.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
ModuleRelationship
22
------------------
3+
4+
5+
6+
37
### Synopsis
48
Gets Module Relationships
59

10+
11+
612
---
13+
14+
715
### Description
816

917
Gets Modules that are related to a given module.
@@ -13,7 +21,11 @@ Modules can be related to each other by a few mechanisms:
1321
* A Module Can Include another Module's Name in it's ```.PrivateData.PSData.Tags```
1422
* A Module Can include data for another module it it's ```.PrivataData.```
1523

24+
25+
1626
---
27+
28+
1729
### Examples
1830
#### EXAMPLE 1
1931
```PowerShell
@@ -23,28 +35,34 @@ Modules can be related to each other by a few mechanisms:
2335
}
2436
```
2537

38+
39+
2640
---
41+
42+
2743
### Parameters
2844
#### **VariableAST**
2945

3046
A VariableExpression. This variable must contain a module or name of module.
3147

3248

3349

34-
> **Type**: ```[VariableExpressionAst]```
3550

36-
> **Required**: true
3751

38-
> **Position**: named
3952

40-
> **PipelineInput**:true (ByValue)
53+
|Type |Required|Position|PipelineInput |
54+
|-------------------------|--------|--------|--------------|
55+
|`[VariableExpressionAst]`|true |named |true (ByValue)|
56+
57+
4158

4259

4360

4461
---
62+
63+
4564
### Syntax
4665
```PowerShell
4766
ModuleRelationship -VariableAST <VariableExpressionAst> [<CommonParameters>]
4867
```
49-
---
5068

0 commit comments

Comments
 (0)