This commit is contained in:
Paul Gauthier 2024-06-06 07:27:00 -07:00
parent 4f42b6038a
commit da2a7638ab
3 changed files with 288 additions and 186 deletions

View file

@ -6,11 +6,10 @@ nav_order: 800
Aider has many options which can be set with
command line switches.
Most command line switches can also be set in an `.aider.conf.yml` file
Most options can also be set in an `.aider.conf.yml` file
which can be placed in your home directory or at the root of
your git repo.
Ot via environment variables like `AIDER_OPTION_FOO`,
Or via environment variables like `AIDER_xxx`,
as noted in the help text below.
Here are 3 equivalent ways of setting an option. First, via a command line switch: