Skip to content

Commit c52bf8e

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

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

docs/ModuleExports.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
ModuleExports
22
-------------
3+
4+
5+
6+
37
### Synopsis
48
Gets Module Exports
59

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

917
Gets Exported Commands from a module.
1018

19+
20+
1121
---
22+
23+
1224
### Examples
1325
#### EXAMPLE 1
1426
```PowerShell
@@ -19,7 +31,11 @@ Gets Exported Commands from a module.
1931
}
2032
```
2133

34+
35+
2236
---
37+
38+
2339
### Parameters
2440
#### **CommandType**
2541

@@ -41,40 +57,40 @@ Valid Values:
4157

4258

4359

44-
> **Type**: ```[CommandTypes[]]```
4560

46-
> **Required**: false
4761

48-
> **Position**: 1
4962

50-
> **PipelineInput**:false
63+
|Type |Required|Position|PipelineInput|
64+
|------------------|--------|--------|-------------|
65+
|`[CommandTypes[]]`|false |1 |false |
5166

5267

5368

54-
---
5569
#### **VariableAST**
5670

5771
A VariableExpression. This variable must contain a module.
5872

5973

6074

61-
> **Type**: ```[VariableExpressionAst]```
6275

63-
> **Required**: true
6476

65-
> **Position**: named
6677

67-
> **PipelineInput**:true (ByValue)
78+
|Type |Required|Position|PipelineInput |
79+
|-------------------------|--------|--------|--------------|
80+
|`[VariableExpressionAst]`|true |named |true (ByValue)|
81+
82+
6883

6984

7085

7186
---
87+
88+
7289
### Syntax
7390
```PowerShell
7491
ModuleExports [[-CommandType] {Alias | Function | Filter | Cmdlet | ExternalScript | Application | Script | Configuration | All}] [<CommonParameters>]
7592
```
7693
```PowerShell
7794
ModuleExports [[-CommandType] {Alias | Function | Filter | Cmdlet | ExternalScript | Application | Script | Configuration | All}] -VariableAST <VariableExpressionAst> [<CommonParameters>]
7895
```
79-
---
8096

0 commit comments

Comments
 (0)