From e4f3b6911a48346f95523902d7fa6d97a741b312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Tue, 30 Apr 2024 17:13:23 +0200 Subject: [PATCH] docs: Which table goes "flags" under? (#1452) 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 90a8d59f..4b6792cb 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: