Skip to content

Commit c7dd0c8

Browse files
fix(tui): match upgrade alias to update command (#48204)
Co-authored-by: vimtor <36263538+vimtor@users.noreply.github.com>
1 parent 85dff53 commit c7dd0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tui/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ function App(props: { pair?: DialogPairCredentials }) {
961961
{
962962
name: "opencode.update",
963963
title: "Update OpenCode",
964-
slash: { name: "update" },
964+
slash: { name: "update", aliases: ["upgrade"] },
965965
run: () => updater.open?.("manual"),
966966
category: "System",
967967
},

0 commit comments

Comments
 (0)