mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
chore: rework openapi spec and use stainless sdk
This commit is contained in:
parent
226a4a7f36
commit
79bbf90b72
28 changed files with 658 additions and 6634 deletions
|
@ -128,7 +128,7 @@ func (c *commandsComponent) View() string {
|
|||
if c.showKeybinds {
|
||||
for _, kb := range cmd.Keybindings {
|
||||
if kb.RequiresLeader {
|
||||
keybindStrs = append(keybindStrs, *c.app.Config.Keybinds.Leader+" "+kb.Key)
|
||||
keybindStrs = append(keybindStrs, c.app.Config.Keybinds.Leader+" "+kb.Key)
|
||||
} else {
|
||||
keybindStrs = append(keybindStrs, kb.Key)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue