Closed thasso closed 10 years ago
Right now you have to do:
${input.raw()|join(',')}
To join list input with a different string. The call to raw() can be avoided if Option would be iterable.
Right now you have to do:
To join list input with a different string. The call to raw() can be avoided if Option would be iterable.