mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
docs: update docs using scripts/update-docs.sh
This commit is contained in:
parent
294b0faf34
commit
684eb6e9a5
5 changed files with 21 additions and 0 deletions
|
@ -242,6 +242,9 @@
|
|||
## Enable/disable git pre-commit hooks with --no-verify (default: False)
|
||||
#git-commit-verify: false
|
||||
|
||||
## Disable git commit signing with --no-gpg-sign (default: False)
|
||||
#git-commit-no-sign: false
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#commit: false
|
||||
|
||||
|
|
|
@ -231,6 +231,9 @@
|
|||
## Enable/disable git pre-commit hooks with --no-verify (default: False)
|
||||
#AIDER_GIT_COMMIT_VERIFY=false
|
||||
|
||||
## Disable git commit signing with --no-gpg-sign (default: False)
|
||||
#AIDER_GIT_COMMIT_NO_SIGN=false
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#AIDER_COMMIT=false
|
||||
|
||||
|
|
|
@ -296,6 +296,9 @@ cog.outl("```")
|
|||
## Enable/disable git pre-commit hooks with --no-verify (default: False)
|
||||
#git-commit-verify: false
|
||||
|
||||
## Disable git commit signing with --no-gpg-sign (default: False)
|
||||
#git-commit-no-sign: false
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#commit: false
|
||||
|
||||
|
|
|
@ -271,6 +271,9 @@ cog.outl("```")
|
|||
## Enable/disable git pre-commit hooks with --no-verify (default: False)
|
||||
#AIDER_GIT_COMMIT_VERIFY=false
|
||||
|
||||
## Disable git commit signing with --no-gpg-sign (default: False)
|
||||
#AIDER_GIT_COMMIT_NO_SIGN=false
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#AIDER_COMMIT=false
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
|
|||
[--attribute-commit-message-committer | --no-attribute-commit-message-committer]
|
||||
[--attribute-co-authored-by | --no-attribute-co-authored-by]
|
||||
[--git-commit-verify | --no-git-commit-verify]
|
||||
[--git-commit-no-sign | --no-git-commit-no-sign]
|
||||
[--commit] [--commit-prompt] [--dry-run | --no-dry-run]
|
||||
[--skip-sanity-check-repo]
|
||||
[--watch-files | --no-watch-files] [--lint]
|
||||
|
@ -460,6 +461,14 @@ Aliases:
|
|||
- `--git-commit-verify`
|
||||
- `--no-git-commit-verify`
|
||||
|
||||
### `--git-commit-no-sign`
|
||||
Disable git commit signing with --no-gpg-sign (default: False)
|
||||
Default: False
|
||||
Environment variable: `AIDER_GIT_COMMIT_NO_SIGN`
|
||||
Aliases:
|
||||
- `--git-commit-no-sign`
|
||||
- `--no-git-commit-no-sign`
|
||||
|
||||
### `--commit`
|
||||
Commit all pending changes with a suitable commit message, then exit
|
||||
Default: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue