We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b838512 commit d4479d9Copy full SHA for d4479d9
EZOut.psd1
@@ -24,6 +24,10 @@
24
'Write-FormatWideView',
25
# Write-FormatViewExpression is used in custom actions and controls
26
'Write-FormatViewExpression',
27
+ # Write-FormatSelectionSet is to create selection sets (groups of typenames)
28
+ 'Write-FormatSelectionSet',
29
+ # Write-FormatSelectionCondition is to create selection conditions
30
+ 'Write-FormatSelectionCondition',
31
# Write-FormatTreeView is an advanced formatting control
32
'Write-FormatTreeView',
33
# Most other advanced format controls are extensions to Format-Object
0 commit comments