Catesta icon indicating copy to clipboard operation
Catesta copied to clipboard

Evaluate latest version of platyPS for help creation

Open techthoughts2 opened this issue 3 years ago • 3 comments

Description

An overhauled version of platyPS is now available. Evaluate this new version and determine if it resolves some of the help creation issues previosly faced allowing for an upgrade off version 0.12.0

Describe the solution you'd like

Evaluate new capabilities of platyPS redesign and see if it meets the needs for Catesta help generation.

Additional context

Catesta has been locked to version 0.12.0 because of a text replacement issue during build: https://github.com/PowerShell/platyPS/issues/457

techthoughts2 avatar Jun 04 '21 23:06 techthoughts2

The default build is impacted by progress action not being recognized as a common parameter by PlatyPS.

https://github.com/PowerShell/platyPS/issues/407

#./src/<project>.build.ps1:381
$MissingDocumentation = Select-String -Path "$script:ArtifactsPath\docs\*.md" -Pattern "({{.*}})"|?{$_ -notlike "*ProgressAction*"}

Snozzberries avatar Jan 08 '24 22:01 Snozzberries

Thanks @Snozzberries - opened #71 regarding this issue.

techthoughts2 avatar Jan 16 '24 22:01 techthoughts2

#71 is now closed with a patch for the fix. When the platyPS rewrite is complete and evaluated the patch should be removed. Making a note for later.

techthoughts2 avatar Jan 19 '24 05:01 techthoughts2