We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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])
--plugins [email protected],[email protected]
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Nice, thanks!
Is it a typo in the documentation here? (I can't test the @ notation atm)
@
No branches or pull requests
Hi there,
I try to activate multiple local jar plugins (nf-test 0.8.4):
However, the list is not split:
(I was assuming the same as
--plugins [email protected],[email protected]
)The text was updated successfully, but these errors were encountered: