askimed/nf-test

Feature: nf-test list output compatible with nf-test test --tag

Closed this issue · 1 comments

When you run nf-test list --silent --format you can use json or raw. However, neither are compatible with nf-test test, requiring you to add an extra paste command.

nf-test test --tag $(nf-test list --silent --tags --format raw tests | paste -sd, -)

It would be good if we could add a --format csv or allow nf-test test --tag to accept the JSON list from nf-test list to make everything compatible.

Thanks. Makes sense and low hanging fruits :) Implemented in #187 and available in next release.