PowerShell / platyPS

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

Update markdown command help01 #657

Closed JamesWTruher closed 1 month ago

JamesWTruher commented 1 month ago

PR Summary

Implement Update-CommandHelp and methods to facilitate it.
Create tests for new cmdlet. Fix a number of miscellaneous issues found during implementation. Add 'document type' as a metadata key which should not be updated when metadata is passed in. Implement ToMarkdownString for CommandHelp. Change ValueByPipeline to ValueFromPipeline. Add isDynamic as an attribute to parameter. Add Equality method without description to prepare easier updating. Fix Export-MarkdownCommandHelp to create directories for modules Add a test for a non-module function. Check to be sure the file is created in the correct place. Add test to explicitly create multiple directories with export-markdowncommandhelp.

PR Context