This commit is contained in:
Paul Gauthier 2024-07-31 10:59:44 -03:00
parent aac2ab7c9b
commit 360e311bea
7 changed files with 41 additions and 41 deletions

View file

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