From be20e0809f3cee518a49f4c22ce3ca19319ebb33 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 1 Mar 2023 12:21:56 -0800 Subject: interpreter: allow default_options and override_options as a dict --- docs/markdown/snippets/option_dict.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/option_dict.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/option_dict.md b/docs/markdown/snippets/option_dict.md new file mode 100644 index 000000000..79cca5f76 --- /dev/null +++ b/docs/markdown/snippets/option_dict.md @@ -0,0 +1,5 @@ +## default_options and override_options may now be dictionaries + +Instead of passing them as `default_options : ['key=value']`, they can now be +passed as `default_options : {'key': 'value'}`, and the same for +`override_options`. -- cgit v1.2.3