tackle
tackle copied to clipboard
Support splat syntax for args / kwargs
Would be good to support splat syntax.
class<-:
foo: str
inputs:
foo: bar
1->: "{{class(*inputs)}}"
2->: class *inputs
1 is supported already. 2 is not.