mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
aider: Added --no-auto-commits
argument to README.md.
# Context: USER: add the --no-auto-commit arg to readme ASSISTANT: I will add the `--no-auto-commits` argument to the README.md file. ```markdown README.md <<<<<<< ORIGINAL - `--show-diffs`: Show diffs when committing changes (default: False). Override the default with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True). ======= - `--show-diffs`: Show diffs when committing changes (default: False). Override the default with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True). - `--no-auto-commits`: Disable auto commit of changes. Override the default with the environment variable `AIDER_AUTO_COMMITS` (default: 1 for enabled, 0 for disabled). >>>>>>> UPDATED ```
This commit is contained in:
parent
c9ef516bdb
commit
a16f91eed1
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ You can also use additional command-line options to customize the behavior of th
|
|||
- `-3`: Use gpt-3.5-turbo model for the main chat (basically won't work). No environment variable override.
|
||||
- `--no-pretty`: Disable pretty, colorized output. Override the default with the environment variable `AIDER_PRETTY` (default: 1 for enabled, 0 for disabled).
|
||||
- `--show-diffs`: Show diffs when committing changes (default: False). Override the default with the environment variable `AIDER_SHOW_DIFFS` (default: 0 for False, 1 for True).
|
||||
- `--no-auto-commits`: Disable auto commit of changes. Override the default with the environment variable `AIDER_AUTO_COMMITS` (default: 1 for enabled, 0 for disabled).
|
||||
|
||||
For more information, run `aider --help`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue