nf-test icon indicating copy to clipboard operation
nf-test copied to clipboard

Keyword Arguments

Open jdlamstein opened this issue 1 year ago • 0 comments

Thanks for your work on this. Is it possible to use keyword arguments instead positional arguments?

    process{
        """
            input[0] = a
            input[1] = b
        """

to

    process{
        """
            myvar = a
            mymap = b
        """

jdlamstein avatar Apr 12 '24 20:04 jdlamstein