You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when we type Update-Help -Module PoShKeePass we get the following error:
Update-Help : Failed to update Help for the module(s) 'PoShKeePass' with UI culture(s) {en-US} : The value of
the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the
help files are stored. The HelpInfoUri 'https://github.com/PSKeePass/PoShKeePass/wiki' does not resolve to a
container.
At line:1 char:1+Update-Help-Module PoShKeePass
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand
Please could you do one of the following:
remove the link in the HelpInfoUri field (Quick fix)
create a real dynamic update functionality
The text was updated successfully, but these errors were encountered:
The PoShKeePass module has a value for the HelpInfoUri field.
This means the module is able to update the help feature.
Some of us update regularly all help sections on the local worstation
of modules which are capable of a dynamic update.
However, when we type
Update-Help -Module PoShKeePass
we get the following error:Please could you do one of the following:
remove the link in the HelpInfoUri field (Quick fix)
create a real dynamic update functionality
The text was updated successfully, but these errors were encountered: