Merge pull request #131 from joshuavial/command-docs

More complete docs for prompt commands
This commit is contained in:
paul-gauthier 2023-07-23 10:23:10 -03:00 committed by GitHub
commit f6e5f4c539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View file

@ -104,6 +104,7 @@ Aider also has many
additional command-line options, environment variables or configuration file
to set many options. See `aider --help` for details.
## In-chat commands
Aider supports commands from within the chat, which all start with `/`. Here are some of the most useful in-chat commands:
@ -115,6 +116,8 @@ Aider supports commands from within the chat, which all start with `/`. Here are
* `/run <command>`: Run a shell command and optionally add the output to the chat.
* `/help`: Show help about all commands.
See the [full command docs](https://aider.chat/docs/commands.html) for more information.
## Tips