We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b449f3b commit 39b81acCopy full SHA for 39b81ac
1 file changed
shello_cli/ui/ui_renderer.py
@@ -203,6 +203,7 @@ def display_help():
203
commands_table.add_row("/exit", "Exit the application")
204
commands_table.add_row("/new", "Start a new conversation")
205
commands_table.add_row("/switch", "Switch between AI providers")
206
+ commands_table.add_row("/update", "Update to the latest version")
207
commands_table.add_row("/about", "Show information about Shello CLI")
208
commands_table.add_row("/help", "Show this help message")
209
0 commit comments