doc: fix /paste entry in commands.html spilling into new line

This commit is contained in:
fry69 2024-09-28 15:11:26 +02:00
parent d7d87847a6
commit 010f921c53
2 changed files with 3 additions and 4 deletions

View file

@ -1040,7 +1040,7 @@ class Commands:
return text
def cmd_paste(self, args):
"""Paste image/text from the clipboard into the chat.
"""Paste image/text from the clipboard into the chat.\
Optionally provide a name for the image."""
try:
# Check for image first

View file

@ -33,8 +33,7 @@ cog.out(get_help_md())
| **/map-refresh** | Force a refresh of the repository map |
| **/model** | Switch to a new LLM |
| **/models** | Search the list of available models |
| **/paste** | Paste image/text from the clipboard into the chat.
Optionally provide a name for the image. |
| **/paste** | Paste image/text from the clipboard into the chat. Optionally provide a name for the image. |
| **/quit** | Exit the application |
| **/read-only** | Add files to the chat that are for reference, not to be edited |
| **/report** | Report a problem by opening a GitHub Issue |