The -ModuleFile parameter takes a ModuleFileInfo object, which requires you to import a markdown file. Should it take a PSModuleInfo object (like from Get-Module)?
Can we assume that it is in the -OutputFolder location?
Should this be a path-type parameter that points to the file to be updated?
Add -Confirm and -WhatIf
4. Remove -HelpUri (not relevant to command)
Summary of the new feature / enhancement
Update-MarkdownModuleFile
doesn't create.bak
files likeUpdate-MarkdownCommandHelp
does. Should it?-ModuleFile
parameter takes a ModuleFileInfo object, which requires you to import a markdown file. Should it take a PSModuleInfo object (like fromGet-Module
)?-OutputFolder
location?4. Remove -HelpUri (not relevant to command)I am open to further discussion.
Proposed technical implementation details (optional)
No response