mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
doc: fix /paste entry in commands.html spilling into new line
This commit is contained in:
parent
d7d87847a6
commit
010f921c53
2 changed files with 3 additions and 4 deletions
|
@ -1040,7 +1040,7 @@ class Commands:
|
||||||
return text
|
return text
|
||||||
|
|
||||||
def cmd_paste(self, args):
|
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."""
|
Optionally provide a name for the image."""
|
||||||
try:
|
try:
|
||||||
# Check for image first
|
# Check for image first
|
||||||
|
|
|
@ -25,7 +25,7 @@ cog.out(get_help_md())
|
||||||
| **/diff** | Display the diff of changes since the last message |
|
| **/diff** | Display the diff of changes since the last message |
|
||||||
| **/drop** | Remove files from the chat session to free up context space |
|
| **/drop** | Remove files from the chat session to free up context space |
|
||||||
| **/exit** | Exit the application |
|
| **/exit** | Exit the application |
|
||||||
| **/git** | Run a git command (output excluded from chat)|
|
| **/git** | Run a git command (output excluded from chat) |
|
||||||
| **/help** | Ask questions about aider |
|
| **/help** | Ask questions about aider |
|
||||||
| **/lint** | Lint and fix in-chat files or all dirty files if none in chat |
|
| **/lint** | Lint and fix in-chat files or all dirty files if none in chat |
|
||||||
| **/ls** | List all known files and indicate which are included in the chat session |
|
| **/ls** | List all known files and indicate which are included in the chat session |
|
||||||
|
@ -33,8 +33,7 @@ cog.out(get_help_md())
|
||||||
| **/map-refresh** | Force a refresh of the repository map |
|
| **/map-refresh** | Force a refresh of the repository map |
|
||||||
| **/model** | Switch to a new LLM |
|
| **/model** | Switch to a new LLM |
|
||||||
| **/models** | Search the list of available models |
|
| **/models** | Search the list of available models |
|
||||||
| **/paste** | Paste image/text from the clipboard into the chat.
|
| **/paste** | Paste image/text from the clipboard into the chat. Optionally provide a name for the image. |
|
||||||
Optionally provide a name for the image. |
|
|
||||||
| **/quit** | Exit the application |
|
| **/quit** | Exit the application |
|
||||||
| **/read-only** | Add files to the chat that are for reference, not to be edited |
|
| **/read-only** | Add files to the chat that are for reference, not to be edited |
|
||||||
| **/report** | Report a problem by opening a GitHub Issue |
|
| **/report** | Report a problem by opening a GitHub Issue |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue