From the README: https://github.com/janestreet/ppx_inline_test#command-line-arguments it is not clear how to pass these command line arguments when working with dune. I've tried the following but nothing worked ``` dune runtest -only-test FILE dune runtest -- -only-test FILE ```
From the README: https://github.com/janestreet/ppx_inline_test#command-line-arguments it is not clear how to pass these command line arguments when working with dune.
I've tried the following but nothing worked