mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
docs: add commit-language option to config and documentation files
This commit is contained in:
parent
7ffd9c1859
commit
91f34e37f7
3 changed files with 11 additions and 1 deletions
|
@ -386,6 +386,9 @@
|
||||||
## Specify the language to use in the chat (default: None, uses system settings)
|
## Specify the language to use in the chat (default: None, uses system settings)
|
||||||
#chat-language: xxx
|
#chat-language: xxx
|
||||||
|
|
||||||
|
## Specify the language to use in the commit message (default: None, user language)
|
||||||
|
#commit-language: xxx
|
||||||
|
|
||||||
## Always say yes to every confirmation
|
## Always say yes to every confirmation
|
||||||
#yes-always: false
|
#yes-always: false
|
||||||
|
|
||||||
|
|
|
@ -440,6 +440,9 @@ cog.outl("```")
|
||||||
## Specify the language to use in the chat (default: None, uses system settings)
|
## Specify the language to use in the chat (default: None, uses system settings)
|
||||||
#chat-language: xxx
|
#chat-language: xxx
|
||||||
|
|
||||||
|
## Specify the language to use in the commit message (default: None, user language)
|
||||||
|
#commit-language: xxx
|
||||||
|
|
||||||
## Always say yes to every confirmation
|
## Always say yes to every confirmation
|
||||||
#yes-always: false
|
#yes-always: false
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
|
||||||
[--apply-clipboard-edits] [--exit] [--show-repo-map]
|
[--apply-clipboard-edits] [--exit] [--show-repo-map]
|
||||||
[--show-prompts] [--voice-format] [--voice-language]
|
[--show-prompts] [--voice-format] [--voice-language]
|
||||||
[--voice-input-device] [--disable-playwright] [--file]
|
[--voice-input-device] [--disable-playwright] [--file]
|
||||||
[--read] [--vim] [--chat-language] [--yes-always] [-v]
|
[--read] [--vim] [--chat-language] [--commit-language] [--yes-always] [-v]
|
||||||
[--load] [--encoding] [--line-endings] [-c]
|
[--load] [--encoding] [--line-endings] [-c]
|
||||||
[--env-file]
|
[--env-file]
|
||||||
[--suggest-shell-commands | --no-suggest-shell-commands]
|
[--suggest-shell-commands | --no-suggest-shell-commands]
|
||||||
|
@ -683,6 +683,10 @@ Environment variable: `AIDER_VIM`
|
||||||
Specify the language to use in the chat (default: None, uses system settings)
|
Specify the language to use in the chat (default: None, uses system settings)
|
||||||
Environment variable: `AIDER_CHAT_LANGUAGE`
|
Environment variable: `AIDER_CHAT_LANGUAGE`
|
||||||
|
|
||||||
|
### `--commit-language COMMIT_LANGUAGE`
|
||||||
|
Specify the language to use in the commit message (default: None, user language)
|
||||||
|
Environment variable: `AIDER_COMMIT_LANGUAGE`
|
||||||
|
|
||||||
### `--yes-always`
|
### `--yes-always`
|
||||||
Always say yes to every confirmation
|
Always say yes to every confirmation
|
||||||
Environment variable: `AIDER_YES_ALWAYS`
|
Environment variable: `AIDER_YES_ALWAYS`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue