summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/components/commands
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui/internal/components/commands')
-rw-r--r--packages/tui/internal/components/commands/commands.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/tui/internal/components/commands/commands.go b/packages/tui/internal/components/commands/commands.go
index b8e7871ce..fd578a41b 100644
--- a/packages/tui/internal/components/commands/commands.go
+++ b/packages/tui/internal/components/commands/commands.go
@@ -83,10 +83,10 @@ func (c *commandsComponent) View() string {
}
commandsToShow = append(commandsToShow,
// empty line
- commands.Command{
- Name: "",
- Description: "",
- },
+ // commands.Command{
+ // Name: "",
+ // Description: "",
+ // },
commands.Command{
Name: commands.CommandName(util.Ide()),
Description: "open opencode",