From 8c91f1a2907664e6301a3deb0db0b0d401c2a789 Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 21 Sep 2022 09:24:17 -0500 Subject: [PATCH] Added `option=value` example to table of contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 814dc21..7093f0b 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ * [Construct a JSON object from a filename argument](#construct-a-json-object-from-a-filename-argument) * [Positional Arguments with Compound Toggle Arguments](#positional-arguments-with-compound-toggle-arguments) * [Restricting the set of values for an argument](#restricting-the-set-of-values-for-an-argument) + * [Using `option=value` syntax](#using-optionvalue-syntax) * [CMake Integration](#cmake-integration) * [Supported Toolchains](#supported-toolchains) * [Contributing](#contributing)