refactor: move --load command execution before message processing

This commit is contained in:
Paul Gauthier 2024-10-29 13:59:41 -07:00 committed by Paul Gauthier (aider)
parent c5dc44a73f
commit a4be01b474
6 changed files with 21 additions and 5 deletions

View file

@ -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