Skip to content

Commit 39b81ac

Browse files
committed
docs(ui): add /update command to help display
1 parent b449f3b commit 39b81ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shello_cli/ui/ui_renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def display_help():
203203
commands_table.add_row("/exit", "Exit the application")
204204
commands_table.add_row("/new", "Start a new conversation")
205205
commands_table.add_row("/switch", "Switch between AI providers")
206+
commands_table.add_row("/update", "Update to the latest version")
206207
commands_table.add_row("/about", "Show information about Shello CLI")
207208
commands_table.add_row("/help", "Show this help message")
208209

0 commit comments

Comments
 (0)