PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
762 stars 148 forks source link

implement the module file reader #630

Closed JamesWTruher closed 4 months ago

JamesWTruher commented 4 months ago

PR Summary

Implement the comparison tool which will provide a detailed comparison of 2 command help objects. Implement a cmdlet which uses a commandinfo and returns a command help object (this is similar to new-markdownhelp but returns the command help object rather than creating a file. add encoding attributes to the cmdlets which support -Encoding fix up the diagnostics in the markdown reader.

PR Context