Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't activate multiple jar plugins via --plugins #239

Open
MarieLataretu opened this issue Jul 29, 2024 · 1 comment
Open

Can't activate multiple jar plugins via --plugins #239

MarieLataretu opened this issue Jul 29, 2024 · 1 comment

Comments

@MarieLataretu
Copy link
Contributor

MarieLataretu commented Jul 29, 2024

Hi there,

I try to activate multiple local jar plugins (nf-test 0.8.4):

nf-test test my-test.nf.test --plugins path/to/my/nft-plugin.jar,path/to/my/nft-plugin2.jar

However, the list is not split:

Plugin 'path/to/my/nft-plugin.jar,path/to/my/nft-plugin2.jar' not found.

(I was assuming the same as --plugins [email protected],[email protected])

@lukfor
Copy link
Collaborator

lukfor commented Oct 14, 2024

Hi, sorry for the late reply. You can activate multiple plugins by separating them with a :

Example:

nf-test test my-test.nf.test --plugins path/to/my/nft-plugin.jar:path/to/my/nft-plugin2.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants