This commit is contained in:
Paul Gauthier 2024-06-05 21:16:18 -07:00
parent 9437fb28c4
commit 220ae44725

View file

@ -185,9 +185,9 @@ Other Settings:
cwd or home directory) cwd or home directory)
--gui, --browser Run aider in your browser --gui, --browser Run aider in your browser
Args that start with '--' can also be set in a config file (specified via -c). The config file Args that start with '--' can also be set in a config file (specified via -c). Config file syntax
uses YAML syntax and must represent a YAML 'mapping' (for details, see allows: key=value, flag=true, stuff=[a,b,c] (for details, see syntax at https://goo.gl/R74nmi). In
http://learn.getgrav.org/advanced/yaml). In general, command-line values override environment general, command-line values override environment variables which override config file values
variables which override config file values which override defaults. which override defaults.
``` ```
<!--[[[end]]]--> <!--[[[end]]]-->