mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Add docs for commands and prompt-toolkit defaults
This commit is contained in:
parent
691c013272
commit
53de30c1ac
2 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue