mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 14:14:59 +00:00
refactor: move --load command execution before message processing
This commit is contained in:
parent
c5dc44a73f
commit
a4be01b474
6 changed files with 21 additions and 5 deletions
|
@ -357,6 +357,9 @@ cog.outl("```")
|
|||
## Specify a file containing the message to send the LLM, process reply, then exit (disables chat mode)
|
||||
#AIDER_MESSAGE_FILE=
|
||||
|
||||
## Load and execute /commands from a file on launch
|
||||
#AIDER_LOAD=
|
||||
|
||||
## Specify the encoding for input and output (default: utf-8)
|
||||
#AIDER_ENCODING=utf-8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue