From 220ae44725332cb6c42ae6019833c63fafc0f7e6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jun 2024 21:16:18 -0700 Subject: [PATCH] copy --- website/docs/usage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/usage.md b/website/docs/usage.md index 197323d94..f5da21e41 100644 --- a/website/docs/usage.md +++ b/website/docs/usage.md @@ -185,9 +185,9 @@ Other Settings: cwd or home directory) --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 -uses YAML syntax and must represent a YAML 'mapping' (for details, see -http://learn.getgrav.org/advanced/yaml). In general, command-line values override environment -variables which override config file values which override defaults. +Args that start with '--' can also be set in a config file (specified via -c). Config file syntax +allows: key=value, flag=true, stuff=[a,b,c] (for details, see syntax at https://goo.gl/R74nmi). In +general, command-line values override environment variables which override config file values +which override defaults. ```