Skip to content

Commit

Permalink
docs: Which table goes "flags" under?
Browse files Browse the repository at this point in the history
- 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 🙃
  • Loading branch information
MichalBryxi authored Apr 30, 2024
1 parent 15ed197 commit 66bb078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/configuration/config-file/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 66bb078

Please sign in to comment.