This commit is contained in:
Paul Gauthier 2024-08-27 10:29:37 -07:00
parent 3c11d9b61c
commit 71066b8954
6 changed files with 21 additions and 4 deletions

View file

@ -248,6 +248,9 @@
## Install the latest version from the main branch
#install-main-branch: false
## Upgrade aider to the latest version from PyPI
#upgrade: false
## Apply the changes from the given file instead of running the chat (debug)
#apply:

View file

@ -249,6 +249,9 @@
## Install the latest version from the main branch
#AIDER_INSTALL_MAIN_BRANCH=false
## Upgrade aider to the latest version from PyPI
#AIDER_UPGRADE=false
## Apply the changes from the given file instead of running the chat (debug)
#AIDER_APPLY=

View file

@ -296,6 +296,9 @@ cog.outl("```")
## Install the latest version from the main branch
#install-main-branch: false
## Upgrade aider to the latest version from PyPI
#upgrade: false
## Apply the changes from the given file instead of running the chat (debug)
#apply:

View file

@ -291,6 +291,9 @@ cog.outl("```")
## Install the latest version from the main branch
#AIDER_INSTALL_MAIN_BRANCH=false
## Upgrade aider to the latest version from PyPI
#AIDER_UPGRADE=false
## Apply the changes from the given file instead of running the chat (debug)
#AIDER_APPLY=

View file

@ -58,9 +58,9 @@ usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
[--file] [--read] [--vim] [--voice-language]
[--version] [--just-check-update]
[--check-update | --no-check-update]
[--install-main-branch] [--apply] [--yes] [-v]
[--show-repo-map] [--show-prompts] [--exit] [--message]
[--message-file] [--encoding] [-c] [--gui]
[--install-main-branch] [--upgrade] [--apply] [--yes]
[-v] [--show-repo-map] [--show-prompts] [--exit]
[--message] [--message-file] [--encoding] [-c] [--gui]
```
@ -478,6 +478,11 @@ Install the latest version from the main branch
Default: False
Environment variable: `AIDER_INSTALL_MAIN_BRANCH`
### `--upgrade`
Upgrade aider to the latest version from PyPI
Default: False
Environment variable: `AIDER_UPGRADE`
### `--apply FILE`
Apply the changes from the given file instead of running the chat (debug)
Environment variable: `AIDER_APPLY`

View file

@ -40,7 +40,7 @@ cog.out(get_help_md())
| **/tokens** | Report on the number of tokens used by the current chat context |
| **/undo** | Undo the last git commit if it was done by aider |
| **/voice** | Record and transcribe voice input |
| **/web** | Scrape a webpage, convert to markdown and add to the chat |
| **/web** | Scrape a webpage, convert to markdown and send in a message |
<!--[[[end]]]-->