File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ This will use dynamic parameters instead of static parameters, and will use a pr
100
100
| ----------| --------| --------| -------------|
101
101
| ` [Switch] ` | false | named | false |
102
102
103
+ #### ** NoDynamic**
104
+ If set, will not generate a dynamic parameter block. This is primarily present so Abstract inheritance has a small change footprint.
105
+
106
+ | Type | Required| Position| PipelineInput|
107
+ | ----------| --------| --------| -------------|
108
+ | ` [Switch] ` | false | named | false |
109
+
103
110
#### ** Proxy**
104
111
If set, will always inherit commands as proxy commands.
105
112
This is implied by -Dynamic.
@@ -220,5 +227,5 @@ This parameter is ignored when inheriting from anything other than an applicatio
220
227
221
228
### Syntax
222
229
``` PowerShell
223
- Inherit [-Command] <String> [-Abstract] [-Override] [-Dynamic] [-Proxy] [-CommandType <String[]>] [-ExcludeBlockType <String[]>] [-IncludeBlockType <String[]>] [-IncludeParameter <String[]>] [-ExcludeParameter <String[]>] [-ArgumentListParameterName <String>] [-ArgumentListParameterAlias <String[]>] [-ArgumentListParameterType <Type>] [-ArgumentListParameterHelp <String>] [-ScriptBlock <ScriptBlock>] [<CommonParameters>]
230
+ Inherit [-Command] <String> [-Abstract] [-Override] [-Dynamic] [-NoDynamic] [- Proxy] [-CommandType <String[]>] [-ExcludeBlockType <String[]>] [-IncludeBlockType <String[]>] [-IncludeParameter <String[]>] [-ExcludeParameter <String[]>] [-ArgumentListParameterName <String>] [-ArgumentListParameterAlias <String[]>] [-ArgumentListParameterType <Type>] [-ArgumentListParameterHelp <String>] [-ScriptBlock <ScriptBlock>] [<CommonParameters>]
224
231
```
You can’t perform that action at this time.
0 commit comments