From 8b5c6ab8f1dd30120c09f06ed20dda27dfb6e725 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 6 Dec 2021 21:45:21 -0800 Subject: [PATCH] docs: Add the `configuration` keyword argument to `configure_File` We were missing the most important keyword argument of them all! --- docs/yaml/functions/configure_file.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/yaml/functions/configure_file.yaml b/docs/yaml/functions/configure_file.yaml index 4bce36828..8f4d9e09b 100644 --- a/docs/yaml/functions/configure_file.yaml +++ b/docs/yaml/functions/configure_file.yaml @@ -40,6 +40,13 @@ kwargs: argument, see [[custom_target]] for details about string substitutions. + configuration: + type: "cfg_data | dict[str | int | bool]" + 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 default: false