This commit is contained in:
Paul Gauthier 2024-07-03 14:13:19 -03:00
parent 8a1fbfd95d
commit c576377598
5 changed files with 18 additions and 1 deletions

View file

@ -48,7 +48,7 @@ usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
[--test-cmd] [--auto-test | --no-auto-test] [--test]
[--vim] [--voice-language] [--version] [--check-update]
[--skip-check-update] [--apply] [--yes] [-v]
[--show-repo-map] [--show-prompts] [--message]
[--show-repo-map] [--show-prompts] [--exit] [--message]
[--message-file] [--encoding] [-c] [--gui]
```
@ -425,6 +425,11 @@ Print the system prompts and exit (debug)
Default: False
Environment variable: `AIDER_SHOW_PROMPTS`
### `--exit`
Do all startup activities then exit before accepting user input (debug)
Default: False
Environment variable: `AIDER_EXIT`
### `--message COMMAND`
Specify a single message to send the LLM, process reply then exit (disables chat mode)
Environment variable: `AIDER_MESSAGE`