There was an error while loading. Please reload this page.
1 parent c0ee0f6 commit 43634f6Copy full SHA for 43634f6
1 file changed
pkg/actions/bridge/bridge.go
@@ -144,6 +144,10 @@ func ActionBridge(command ...string) carapace.Action {
144
if slices.Contains(bridges.Inshellisense(), command[0]) {
145
return ActionInshellisense(command...)
146
}
147
+ case "powershell":
148
+ if slices.Contains(bridges.Powershell(), command[0]) {
149
+ return ActionPowershell(command...)
150
+ }
151
case "zsh":
152
if slices.Contains(bridges.Zsh(), command[0]) {
153
return ActionZsh(command...)
0 commit comments