red-gate / XmlDoc2CmdletDoc

Create cmdlet XML help files from XML doc comments
Other
63 stars 24 forks source link

Add support for globbing on Parameters #52

Closed MikeyMeat closed 4 years ago

MikeyMeat commented 4 years ago

The current implementation of SupportsGlobbing always returns false.

One way to determine if a parameter supports globbing would be the presence of the SupportsWildcards attribute.