mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-05 08:54:55 +01:00
chore: rename bash -> shell
This commit is contained in:
@@ -402,8 +402,8 @@ func (a Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
a.showCompletionDialog = false
|
||||
a.app, cmd = a.app.SendPrompt(context.Background(), msg)
|
||||
cmds = append(cmds, cmd)
|
||||
case app.SendBash:
|
||||
a.app, cmd = a.app.SendBash(context.Background(), msg.Command)
|
||||
case app.SendShell:
|
||||
a.app, cmd = a.app.SendShell(context.Background(), msg.Command)
|
||||
cmds = append(cmds, cmd)
|
||||
case app.SetEditorContentMsg:
|
||||
// Set the editor content without sending
|
||||
|
||||
Reference in New Issue
Block a user