Closed
Description
If I run this command to generate new markdown including a module file
New-MarkdownHelp -Module iseremotetab -OutputFolder D:\temp\docs -Force -WithModulePage
one of the files I get is iseremotetab.md which is the module summary file. But then when I go to run
New-MarkdownAboutHelp -OutputFolder .\docs -AboutName ISERemoteTab
I get a naming conflict. So I try this:
New-MarkdownAboutHelp -OutputFolder .\docs -AboutName about_ISERemoteTab
Which works but gives me the wrong information
about_ISERemoteTab
about_about_ISERemoteTab
The About file should have the same name as the module if I understand this correctly. But the module file is also using that name. Something needs to give or perhaps it isn't clear how to use these commands.
Personally, I'd rather see the New-MarkdownAboutHelp merged with New-MarkdownHelp as an optional parameter. Don't force me to use two commands when one will suffice. But that is a separate issue.
Metadata
Metadata
Assignees
Labels
No labels