mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
docs: Which table goes "flags" under? (#1452)
- 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 🙃
This commit is contained in:
parent
15ed197d03
commit
e4f3b6911a
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue