mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
aider: Added /help
command to the list of available commands in README.md.
# Context: USER: add /help too ASSISTANT: To add the `/help` command to the list of commands in the `README.md` file, you can insert the following content: ```python README.md <<<<<<< ORIGINAL Aider supports the following commands: * `/add <file>`: Add files to the chat. * `/drop <file>`: Remove files from the chat. * `/ls`: List files and show their chat status. ======= Aider supports the following commands: * `/help`: Show help about all commands. * `/add <file>`: Add files to the chat. * `/drop <file>`: Remove files from the chat. * `/ls`: List files and show their chat status. >>>>>>> UPDATED ``` This will add the `/help` command to the list of available commands in the README.md file.
This commit is contained in:
parent
c128141325
commit
605a5af522
1 changed files with 1 additions and 1 deletions
|
@ -25,10 +25,10 @@ Each change is automatically committed to git with a sensible commit message.
|
||||||
|
|
||||||
Aider supports the following commands:
|
Aider supports the following commands:
|
||||||
|
|
||||||
|
* `/help`: Show help about all commands.
|
||||||
* `/add <file>`: Add files to the chat.
|
* `/add <file>`: Add files to the chat.
|
||||||
* `/drop <file>`: Remove files from the chat.
|
* `/drop <file>`: Remove files from the chat.
|
||||||
* `/ls`: List files and show their chat status.
|
* `/ls`: List files and show their chat status.
|
||||||
|
|
||||||
To use a command, simply type it in the chat input followed by any required arguments.
|
To use a command, simply type it in the chat input followed by any required arguments.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue