From bedc0eaa9d63f4fae716e7f737b50dde2ff2b59d Mon Sep 17 00:00:00 2001 From: binarycat Date: Fri, 20 Jun 2025 11:35:53 -0500 Subject: [PATCH] bootstrap.example.toml: add note explaining toml --- bootstrap.example.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bootstrap.example.toml b/bootstrap.example.toml index fade30c0c33e..cc1ea796a028 100644 --- a/bootstrap.example.toml +++ b/bootstrap.example.toml @@ -8,6 +8,14 @@ # `bootstrap.toml` in the current directory of a build for build configuration, but # a custom configuration file can also be specified with `--config` to the build # system. +# +# Note that the following are equivelent, for more details see . +# +# build.verbose = 1 +# +# [build] +# verbose = 1 + # ============================================================================= # Global Settings