docs: update docs using scripts/update-docs.sh

This commit is contained in:
Bede Carroll 2025-05-11 19:02:24 -07:00
parent 294b0faf34
commit 684eb6e9a5
No known key found for this signature in database
5 changed files with 21 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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