Closed
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
PowerShell 7.4 added a new Common Parameter, -ProgressAction
.
When you run New-MarkdownHelp
on 7.4, it adds an ### -ProgressAction
parameter section to the markdown. Also, -ProgressAction
is not listed with the rest of the parameters in the ### CommonParameters
section.
Expected behavior
Treat `-ProgressAction` as a CommonParameter
Actual behavior
see above
Error details
No response
Environment data
PowerShell 7.4.0-preview.2
PlatyPS 0.14.2
Visuals
No response