Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external help #3

Open
iricigor opened this issue Apr 2, 2019 · 3 comments
Open

external help #3

iricigor opened this issue Apr 2, 2019 · 3 comments
Milestone

Comments

@iricigor
Copy link
Owner

iricigor commented Apr 2, 2019

  • implement external help for module
  • test it
  • mention in readme how to update help
@iricigor iricigor added this to the v1.1 milestone Apr 2, 2019
@iricigor
Copy link
Owner Author

iricigor commented Apr 7, 2019

Both of these commands work fine in both Windows and PowerShell Core

Get-Help Get-GitModule -Online
Get-Help Install-GitModule -Online

But, this one is working fine in Windows, but not in the PowerShell Core

Update-Help -Module InstallModuleFromGit -Verbose -Force

The error thrown is:

VERBOSE: Your connection has been redirected to the following URI: "https://github.com/iricigor/InstallModuleFromGit/raw/master/cab/"
VERBOSE: Performing the operation "Update-Help" on target "InstallModuleFromGit, Current Version: 0.0.0.0, Available Version: 1.0.0.0, UICulture: en-US".
Update-Help : Failed to update Help for the module(s) 'InstallModuleFromGit' with UI culture(s) {en-US} : Help content cannot be found. Make sure the server is available
and the help content location is properly defined in the HelpInfo XML.At line:1 char:1
+ Update-Help -Module InstallModuleFromGit -Verbose -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : HelpContentNotFound,Microsoft.PowerShell.Commands.UpdateHelpCommand

@iricigor
Copy link
Owner Author

iricigor commented Apr 9, 2019

Giving up of code changes for now. Related ticket PowerShell/PowerShell#9316

@iricigor
Copy link
Owner Author

iricigor commented Apr 9, 2019

partially completed with #25

@iricigor iricigor modified the milestones: v1.0.1, v1.2 Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant