docs: Add the `configuration` keyword argument to `configure_File`

We were missing the most important keyword argument of them all!
pull/9703/head
Dylan Baker 3 years ago committed by Eli Schwartz
parent 1e5d7f2122
commit 8b5c6ab8f1
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 7
      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

Loading…
Cancel
Save