New task: Unpack a list ?
Rather than always exposing lists and its first element as outputs (as example_xrf_data
), we could instead only expose the list and have a task to unpack the first element when needed ?
This may alleviate the boilerplate on some tasks and give us more flexibility.
Thoughts @denolf ?