I read: - #34 - #22 still I can't figure out how to make it work. I run: ```sh toml set dependency-groups.dev [{include-group="test"}] --toml-path pyproject.toml ``` I expect: ```toml dev = [{include-group="test"}] ``` I get: ```toml dev = "[{include-group=test}]" ```
I read:
still I can't figure out how to make it work. I run:
I expect:
I get: