diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/env_dict.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/env_dict.md b/docs/markdown/snippets/env_dict.md new file mode 100644 index 0000000..5949806 --- /dev/null +++ b/docs/markdown/snippets/env_dict.md @@ -0,0 +1,8 @@ +## Support taking environment values from a dictionary + +`environment()` now accepts a dictionary as first argument. If +provided, each key/value pair is added into the `environment_object` +as if `set()` method was called for each of them. + +On the various functions that take an `env:` keyword argument, you may +now give a dictionary. |