mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
copy
This commit is contained in:
parent
aac2ab7c9b
commit
360e311bea
7 changed files with 41 additions and 41 deletions
|
@ -56,9 +56,6 @@ cog.outl("```")
|
|||
#######
|
||||
# Main:
|
||||
|
||||
## specify a file to edit (can be used multiple times)
|
||||
#file:
|
||||
|
||||
## Specify the OpenAI API key
|
||||
#openai-api-key:
|
||||
|
||||
|
@ -209,6 +206,9 @@ cog.outl("```")
|
|||
## Prefix commit messages with 'aider: ' (default: False)
|
||||
#attribute-commit-message: false
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#commit: false
|
||||
|
||||
## Specify a custom prompt for generating commit messages
|
||||
#commit-prompt:
|
||||
|
||||
|
@ -218,9 +218,6 @@ cog.outl("```")
|
|||
########################
|
||||
# Fixing and committing:
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#commit: false
|
||||
|
||||
## Lint and fix provided files, or dirty files if none provided
|
||||
#lint: false
|
||||
|
||||
|
@ -242,6 +239,9 @@ cog.outl("```")
|
|||
#################
|
||||
# Other Settings:
|
||||
|
||||
## specify a file to edit (can be used multiple times)
|
||||
#file:
|
||||
|
||||
## Use VI editing mode in the terminal (default: False)
|
||||
#vim: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue