mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-17 18:15:00 +00:00
Merge pull request #131 from joshuavial/command-docs
More complete docs for prompt commands
This commit is contained in:
commit
f6e5f4c539
2 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue