mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
745c0fcfef
commit
dd166a1492
6 changed files with 24 additions and 6 deletions
|
@ -48,8 +48,8 @@ usage: aider [-h] [--file] [--openai-api-key] [--anthropic-api-key]
|
|||
[--attribute-author | --no-attribute-author]
|
||||
[--attribute-committer | --no-attribute-committer]
|
||||
[--attribute-commit-message | --no-attribute-commit-message]
|
||||
[--dry-run | --no-dry-run] [--commit] [--lint]
|
||||
[--lint-cmd] [--auto-lint | --no-auto-lint]
|
||||
[--commit-prompt] [--dry-run | --no-dry-run] [--commit]
|
||||
[--lint] [--lint-cmd] [--auto-lint | --no-auto-lint]
|
||||
[--test-cmd] [--auto-test | --no-auto-test] [--test]
|
||||
[--vim] [--voice-language] [--version]
|
||||
[--just-check-update]
|
||||
|
@ -335,6 +335,10 @@ Aliases:
|
|||
- `--attribute-commit-message`
|
||||
- `--no-attribute-commit-message`
|
||||
|
||||
### `--commit-prompt PROMPT`
|
||||
Specify a custom prompt for generating commit messages
|
||||
Environment variable: `AIDER_COMMIT_PROMPT`
|
||||
|
||||
### `--dry-run`
|
||||
Perform a dry run without modifying files (default: False)
|
||||
Default: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue