askimed/nf-test

Keyword Arguments

Opened this issue · 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
        """