Skip to content

Commit 8644e36

Browse files
StartAutomatingStartAutomating
authored andcommitted
Include - Adding -Exclude (Fixes #418)
1 parent f017167 commit 8644e36

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

docs/Include.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ If set, will pass thru the included item
9595

9696

9797

98+
#### **Exclude**
99+
100+
The exclusion pattern to use.
101+
102+
103+
104+
105+
106+
107+
|Type |Required|Position|PipelineInput|Aliases |
108+
|------------|--------|--------|-------------|--------------|
109+
|`[String[]]`|false |named |false |ExcludePattern|
110+
111+
112+
98113
#### **VariableAst**
99114

100115

@@ -106,12 +121,26 @@ If set, will pass thru the included item
106121

107122

108123

124+
#### **CommandAst**
125+
126+
127+
128+
129+
|Type |Required|Position|PipelineInput |
130+
|--------------|--------|--------|--------------|
131+
|`[CommandAst]`|true |named |true (ByValue)|
132+
133+
134+
109135

110136

111137
---
112138

113139

114140
### Syntax
115141
```PowerShell
116-
Include [-FilePath] <String> [-AsByte] [-Passthru] -VariableAst <VariableExpressionAst> [<CommonParameters>]
142+
Include [-FilePath] <String> [-AsByte] [-Passthru] [-Exclude <String[]>] -VariableAst <VariableExpressionAst> [<CommonParameters>]
143+
```
144+
```PowerShell
145+
Include [-FilePath] <String> [-AsByte] [-Passthru] [-Exclude <String[]>] -CommandAst <CommandAst> [<CommonParameters>]
117146
```

0 commit comments

Comments
 (0)