-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
See TestModule.zip
- Edit
TestModule.psm1to remove the comment-based help for one of the two parameters. Import-Module TestModule.psd1New-MarkdownCommandHelp -ModuleInfo (gmo TestModule) -WithModulePage -OutputFolder . -Force- Inspect the contents of
RunTest.md- note that one parameter has a description and one does not. Remove-Module TestModule- Edit
TestModule.psm1to restore the description of the parameter. Import-Module TestModule.psd1Get-Help -Full RunTest- note that both parameter have descriptionsUpdate-MarkdownCommandHelp -Path .\TestModule\RunTest.md- Inspect the contents of
RunTest.md- note that one parameter has a description and one does not.
Expected behavior
Both parameters should have descriptions after step 10.Actual behavior
Description is missing.Error details
Environment data
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Script 1.0.0 preview4 Microsoft.PowerShell.PlatyPS {Compare-CommandHelp, Export-MamlComm…Visuals
No response
Metadata
Metadata
Assignees
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.