sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

Support merging dict into top level #150

Open robcxyz opened 1 year ago

robcxyz commented 1 year ago

This breaks inside nested_set:

do:
  ->: literal --merge
  for:
    - stuff
    - things
  input:
    foo: "{{item}}"

Would expect:

foo: things

Not very useful but when combined with a hook that outputs a dict it can produce interesting results.