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

Remove help forwarding #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
100 changes: 0 additions & 100 deletions src/PowerShellGet.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Find-Command
.ForwardHelpCategory Function
#>
}

function Find-DscResource {
Expand Down Expand Up @@ -401,10 +397,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Find-DscResource
.ForwardHelpCategory Function
#>
}

function Find-Module {
Expand Down Expand Up @@ -557,10 +549,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Find-Module
.ForwardHelpCategory Function
#>
}

function Find-RoleCapability {
Expand Down Expand Up @@ -620,10 +608,6 @@ param(
# Find-RoleCability is no longer supported
Write-Warning -Message "The cmdlet 'Find-RoleCapability' is deprecated."
}
<#
.ForwardHelpTargetName Find-RoleCapability
.ForwardHelpCategory Function
#>
}

function Find-Script {
Expand Down Expand Up @@ -767,10 +751,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Find-Script
.ForwardHelpCategory Function
#>
}

function Get-InstalledModule {
Expand Down Expand Up @@ -867,10 +847,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Get-InstalledModule
.ForwardHelpCategory Function
#>
}

function Get-InstalledScript {
Expand Down Expand Up @@ -963,10 +939,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Get-InstalledScript
.ForwardHelpCategory Function
#>
}

function Get-PSRepository {
Expand Down Expand Up @@ -1028,10 +1000,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Get-PSRepository
.ForwardHelpCategory Function
#>
}

function Install-Module {
Expand Down Expand Up @@ -1177,10 +1145,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Install-Module
.ForwardHelpCategory Function
#>
}

function Install-Script {
Expand Down Expand Up @@ -1320,10 +1284,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Install-Script
.ForwardHelpCategory Function
#>
}

function New-ScriptFileInfo {
Expand Down Expand Up @@ -1469,10 +1429,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Test-ScriptFileInfo
.ForwardHelpCategory Function
#>
}

function Publish-Module {
Expand Down Expand Up @@ -1612,10 +1568,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Publish-Module
.ForwardHelpCategory Function
#>
}

function Publish-Script {
Expand Down Expand Up @@ -1707,10 +1659,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Publish-Script
.ForwardHelpCategory Function
#>
}

function Register-PSRepository {
Expand Down Expand Up @@ -1840,10 +1788,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Register-PSRepository
.ForwardHelpCategory Function
#>
}

function Save-Module {
Expand Down Expand Up @@ -1992,10 +1936,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Save-Module
.ForwardHelpCategory Function
#>
}

function Save-Script {
Expand Down Expand Up @@ -2143,10 +2083,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Save-Script
.ForwardHelpCategory Function
#>
}

function Set-PSRepository {
Expand Down Expand Up @@ -2270,10 +2206,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Set-PSRepository
.ForwardHelpCategory Function
#>
}

function Test-ScriptFileInfo {
Expand Down Expand Up @@ -2346,10 +2278,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Test-ScriptFileInfo
.ForwardHelpCategory Function
#>
}

function Uninstall-Module {
Expand Down Expand Up @@ -2458,10 +2386,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Uninstall-Module
.ForwardHelpCategory Function
#>
}

function Uninstall-Script {
Expand Down Expand Up @@ -2565,10 +2489,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Uninstall-Script
.ForwardHelpCategory Function
#>
}

function Unregister-PSRepository {
Expand Down Expand Up @@ -2634,10 +2554,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Unregister-PSRepository
.ForwardHelpCategory Function
#>
}

function Update-Module {
Expand Down Expand Up @@ -2755,10 +2671,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Update-Module
.ForwardHelpCategory Function
#>
}

function Update-Script {
Expand Down Expand Up @@ -2873,10 +2785,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Update-Script
.ForwardHelpCategory Function
#>
}

function Update-ModuleManifest {
Expand Down Expand Up @@ -3017,10 +2925,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Update-ModuleManifest
.ForwardHelpCategory Function
#>
}

function Update-ScriptFileInfo {
Expand Down Expand Up @@ -3171,10 +3075,6 @@ param(
throw
}
}
<#
.ForwardHelpTargetName Update-ScriptFileInfo
.ForwardHelpCategory Function
#>
}

New-Alias -Name fimo -Value Find-Module
Expand Down