Parameter info tables should include the wildcard flag
nightroman opened this issue · 1 comments
nightroman commented
Parameter info tables should include the wildcard flag, too:
ParameterName = @{
description = 'Description.'
default = 'Default value.'
wildcard = $true|$false
}
nightroman commented
Or should it be called globbing, like the attribute in MAML XML? Thoughts, suggestions?
The reason I prefer wildcard is that the final help mentions exactly "wildcard", i.e.
Required? true
...
Accept wildcard characters? true