nightroman/Helps

Parameter info tables should include the wildcard flag

nightroman opened this issue · 1 comments

Parameter info tables should include the wildcard flag, too:

ParameterName = @{
    description = 'Description.'
    default = 'Default value.'
    wildcard = $true|$false
}

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