From 66bb07823693bd4f6f3e3cd8cbe4a305ae9010a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Tue, 30 Apr 2024 10:44:04 +0200 Subject: [PATCH] docs: Which table goes "flags" under? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - There is currently no indication under which [table](https://toml.io/en/v1.0.0#table) do "flags" go in the config file. - I think having that being explicitly spelled out & having an example saves quite a bit of people's time. Would for me 🙃 --- docs/content/configuration/config-file/flags.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/configuration/config-file/flags.md b/docs/content/configuration/config-file/flags.md index 90a8d59fe..4b6792cbc 100644 --- a/docs/content/configuration/config-file/flags.md +++ b/docs/content/configuration/config-file/flags.md @@ -4,6 +4,13 @@ This section is in progress, and is just copied from the old documentation. +You can configure flags by putting them in `[flags]` table. Example: + +```toml +[flags] +color = "nord-light" +``` + Most of the [command line flags](../command-line-options.md) have config file equivalents to avoid having to type them out each time: