Open kawas44 opened 6 years ago
Allow execution from any tool that can launch from -main (lein run -m, clj -m, etc)
Hi,
I have implemented a main function with options inspired by boot test. https://github.com/adzerk-oss/boot-test/blob/master/src/adzerk/boot_test.clj
TODO: Need to give more info about options usage and cross-usage. What happen if we use 2 keywords or a namespace name and a namespace regex, etc.
Regards
Just for cross-reference: this is intended to resolve #43.
Any updates on this? :)
Allow execution from any tool that can launch from -main (lein run -m, clj -m, etc)
Hi,
I have implemented a main function with options inspired by boot test. https://github.com/adzerk-oss/boot-test/blob/master/src/adzerk/boot_test.clj
TODO: Need to give more info about options usage and cross-usage. What happen if we use 2 keywords or a namespace name and a namespace regex, etc.
Regards