nf-test
nf-test copied to clipboard
Keyword Arguments
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
"""