Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
posh-p4
1.4
posh-p4.psm1
if
(
Get-Module
posh-p4
)
{
return
}
Push-Location
$psScriptRoot
.
./P4Prompt.ps1
.
./P4TabExpansion.ps1
Pop-Location
Export-ModuleMember
-Function
@(
'TabExpansion'
,
'Write-P4Prompt'
)