diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-12-06 21:45:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 21:45:21 -0800 |
commit | 778416d8c66f52daa6a22f250bed3fddc5915377 (patch) | |
tree | c426ef0954bd747bb3bbc43181b808cfcd89013b | |
parent | bc8c938148a55910dd1bd454fc3c5e8ab7477baa (diff) | |
download | meson-778416d8c66f52daa6a22f250bed3fddc5915377.zip meson-778416d8c66f52daa6a22f250bed3fddc5915377.tar.gz meson-778416d8c66f52daa6a22f250bed3fddc5915377.tar.bz2 |
docs: Add the `configuration` keyeword argument to `configure_File`
We were missing the most important keyword argument of them all!
-rw-r--r-- | docs/yaml/functions/configure_file.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/yaml/functions/configure_file.yaml b/docs/yaml/functions/configure_file.yaml index 4bce368..9242176 100644 --- a/docs/yaml/functions/configure_file.yaml +++ b/docs/yaml/functions/configure_file.yaml @@ -39,6 +39,13 @@ kwargs: file objects and more than one file can be passed to the `input` keyword argument, see [[custom_target]] for details about string substitutions. + + configuration: + type: "[[@cfg_data]] | Dict" + description: | + As explained above, when passed this will provide the replacement + data for the input file (if provided) or key value pairs to be + written to the output. copy: type: bool |