PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
762 stars 148 forks source link

Change v2 schema for parameter. #622

Closed JamesWTruher closed 6 months ago

JamesWTruher commented 6 months ago

Parameter now contains a collection of parameter sets which will enable tracking a number of attributes on a parameter and parameterset basis. This is because a parameter may be position in one parameter set but not positional in another parameter set.

PR Summary

PR Context