Skip to content

Commit 43634f6

Browse files
committed
tmp
1 parent c0ee0f6 commit 43634f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/actions/bridge/bridge.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ func ActionBridge(command ...string) carapace.Action {
144144
if slices.Contains(bridges.Inshellisense(), command[0]) {
145145
return ActionInshellisense(command...)
146146
}
147+
case "powershell":
148+
if slices.Contains(bridges.Powershell(), command[0]) {
149+
return ActionPowershell(command...)
150+
}
147151
case "zsh":
148152
if slices.Contains(bridges.Zsh(), command[0]) {
149153
return ActionZsh(command...)

0 commit comments

Comments
 (0)