Skip to content

Commit 43eb2a9

Browse files
authored
Externalhelp 1.1 (#25)
* online uri for cmdlets * http help content * updated readme * https
1 parent 8c952e1 commit 43eb2a9

File tree

5 files changed

+13
-311
lines changed

5 files changed

+13
-311
lines changed

Public/Get-GitModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function Get-GitModule {
22

3-
[CmdletBinding(HelpUri='https://github.com/iricigor/InstallModuleFromGit/raw/master/Docs/Get-GitModule.ps1')]
3+
[CmdletBinding(HelpUri='https://github.com/iricigor/InstallModuleFromGit/blob/master/Docs/Get-GitModule.md')]
44

55
param (
66

Public/Install-GitModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function Install-GitModule {
22

3-
[CmdletBinding(HelpUri='https://github.com/iricigor/InstallModuleFromGit/raw/master/Docs/Install-GitModule.ps1')]
3+
[CmdletBinding(HelpUri='https://github.com/iricigor/InstallModuleFromGit/blob/master/Docs/Install-GitModule.md')]
44

55
param (
66

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ PS:\> (Install-GitModule 'https://github.com/iricigor/psaptgetupdate').Name | Im
5252

5353
## Commands
5454

55+
### Module
56+
57+
The module Install Module From Git exposes two new commandlets. More info on module [here](/Docs/InstallModuleFromGit.md).
58+
59+
Module provides updatable help system, though it is working currently only on Windows PowerShell. Tracking issue is [here](https://github.com/iricigor/InstallModuleFromGit/issues/3).
60+
61+
```PowerShell
62+
Update-Help -Module InstallModuleFromGit -Force
63+
```
64+
5565
### Get-GitModule
5666

5767
Checks for module existence and returns its version. More info [here](/Docs/Get-GitModule.md).

cab/InstallModuleFromGit_d6a1577c-e3b5-48f2-a698-f08ab4865a58_HelpInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<UICultureVersion>1.0.0.0</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
10-
</HelpInfo>
10+
</HelpInfo>

en-US/InstallModuleFromGit-help.xml

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)