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
100100| ----------| --------| --------| -------------|
101101| ` [Switch] ` | false | named | false |
102102
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+
103110#### ** Proxy**
104111If set, will always inherit commands as proxy commands.
105112This is implied by -Dynamic.
@@ -220,5 +227,5 @@ This parameter is ignored when inheriting from anything other than an applicatio
220227
221228### Syntax
222229``` 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>]
224231```
You can’t perform that action at this time.
0 commit comments