mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
copy
This commit is contained in:
parent
2cb4c0d5ab
commit
1a8f3ff431
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ class DotEnvFormatter(argparse.HelpFormatter):
|
|||
def _format_text(self, text):
|
||||
return f"""
|
||||
##########################################################
|
||||
# Sample aider .env file
|
||||
# This file lists *all* the valid configuration entries.
|
||||
# Place in your home dir, or at the root of your git repo.
|
||||
# Sample aider .env file.
|
||||
# Place at the root of your git repo.
|
||||
# Or use `aider --env <fname>` to specify.
|
||||
##########################################################
|
||||
|
||||
#################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue