red-gate / XmlDoc2CmdletDoc

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

Add some support for dynamic parameters #27

Closed ChrisLambrou closed 7 years ago

ChrisLambrou commented 7 years ago

If a cmdlet implements IDynamicParameters, and its GetDynamicParameters() method returns instances of nested types within the cmdlet type, then their parameters will also be included in the cmdlet help output.