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
95
95
96
96
97
97
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
+
98
113
#### ** VariableAst**
99
114
100
115
@@ -106,12 +121,26 @@ If set, will pass thru the included item
106
121
107
122
108
123
124
+ #### ** CommandAst**
125
+
126
+
127
+
128
+
129
+ | Type | Required| Position| PipelineInput |
130
+ | --------------| --------| --------| --------------|
131
+ | ` [CommandAst] ` | true | named | true (ByValue)|
132
+
133
+
134
+
109
135
110
136
111
137
---
112
138
113
139
114
140
### Syntax
115
141
``` 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>]
117
146
```
You can’t perform that action at this time.
0 commit comments