Closed johlju closed 11 months ago
Attention: 18 lines
in your changes are missing coverage. Please review.
Comparison is base (
74bc240
) 97% compared to head (87b1ae1
) 96%. Report is 1 commits behind head on main.
I will merge this so that I can try this code on a bigger repo (SqlServerDsc). Any issues, I will fix.
Pull Request (PR) description
Split-ModuleVersion
since it is now available from the module Sampler.Generate_Markdown_For_Public_Commands
- This task will generate markdown documentation for the public commands in the built module.Generate_External_Help_File_For_Public_Commands
- This task will generate the modules help files to supportGet-Help
for public commands. This task is dependent on the taskGenerate_Markdown_For_Public_Commands
to have been run prior.Clean_Markdown_Of_Public_Commands
which will remove metadata and wrongly added parameters in the command markdown documentation.Remove-MarkdownMetadataBlock
that removes metadata from a Markdown file.Remove-ParameterFromMarkdown
that removes a parameter from a commands markdown documentation.Remove-EscapedMarkdownCode
that removes a escape sequences from the markdown documentation (that PlatyPS is making).Edit-CommandDocumentation
that will modify the a generated command markdown documentation.Add-NewLine
that can add line endings at the end of a file.Get-CommentBasedHelp
was fixed so it correctly filters out the comment-based help from a script file.This Pull Request (PR) fixes the following issues
None.
Task list
This change is