Fixes powershell export

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
alexis-opolka 2025-03-16 10:39:35 +01:00
parent 838527dbbb
commit 259114daa0

View file

@ -50,5 +50,5 @@ $null = New-Module {
}
Set-PSReadlineKeyHandler -BriefDescription "A keybinding to open Navi Widget" -Chord Ctrl+g -ScriptBlock { Invoke-NaviWidget }
Export-ModuleMember -Function @( Navi-Widget )
Export-ModuleMember -Function @()
}