File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments