Add docs for commands and prompt-toolkit defaults

This commit is contained in:
Joshua Vial 2023-07-20 09:33:06 +12:00
parent 691c013272
commit 53de30c1ac
2 changed files with 40 additions and 0 deletions

View file

@ -97,6 +97,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:
@ -108,6 +109,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