Get-Help reports multiple versions of conceptual help topics for side-by-side modules #9215
Labels
Issue-Discussion
the issue may not have a clear classification yet. The issue may generate an RFC or may be reclassif
Resolution-Duplicate
The issue is a duplicate.
WG-Interactive-HelpSystem
help infrastructure and formatting of help
If you have 2 versions of a module installed side by side, the conceptual help topics from both versions are reported by
Get-Help
, in list form.Not only is it hard to tell which is which, it is non-obvious how to display their content.
As an aside: There is currently no way to ask for a given module version's help specifically.
Steps to reproduce
Run the following Pester test:
Note: This test installs the stable version of PSReadLine (1.2) alongside the the 2.0.0-beta3 version that ships with PowerShell Core 6.2.0-rc.1 with
-Scope CurrentUser
.Expected behavior
The test should pass.
Actual behavior
The test fails:
Environment data
The text was updated successfully, but these errors were encountered: