tackle icon indicating copy to clipboard operation
tackle copied to clipboard

Support splat syntax for args / kwargs

Open robcxyz opened this issue 1 year ago • 0 comments

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.

robcxyz avatar Apr 13 '23 14:04 robcxyz