We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9bcbc commit 09900b5Copy full SHA for 09900b5
1 file changed
allcommands.ps1
@@ -1563,7 +1563,16 @@ function Save-MarkdownHelp
1563
[Parameter(ValueFromPipelineByPropertyName)]
1564
[Alias('SkipCommandTypes','ExcludeCommandType','ExcludeCommandTypes')]
1565
[Management.Automation.CommandTypes[]]
1566
- $SkipCommandType
+ $SkipCommandType,
1567
+
1568
+ # The formatting used for unknown attributes.
1569
+ # Any key or property in this object will be treated as a potential typename
1570
+ # Any value will be the desired formatting.
1571
+ # If the value is a [ScriptBlock], the [ScriptBlock] will be run.
1572
+ # If the value is a [string], it will be expanded
1573
+ # In either context, `$_` will be the current attribute.
1574
+ [PSObject]
1575
+ $FormatAttribute
1576
)
1577
1578
begin {
0 commit comments