Skip to content

Commit 1eb3a97

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Templating Inherit ( Fixes #852 )
1 parent fc669bf commit 1eb3a97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/Inherit.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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**
104111
If set, will always inherit commands as proxy commands.
105112
This 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
```

0 commit comments

Comments
 (0)