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,
With Clojure 1.9.0 we can use CLI tool for small project and create alias to launch the main function of any program.
We could enhance the project with a -main entry point to allow usage from CLI tool.
Regards
The text was updated successfully, but these errors were encountered:
Sure, if it's put in a eftest.main namespace.
eftest.main
Sorry, something went wrong.
Add main function for CLI usage
9997ca4
- Allow execution from any tool that can launch from -main (lein run -m, clj -m, etc) weavejester/eftest/weavejester#43
503a89e
No branches or pull requests
Hi,
With Clojure 1.9.0 we can use CLI tool for small project and create alias to launch the main function of any program.
We could enhance the project with a -main entry point to allow usage from CLI tool.
Regards
The text was updated successfully, but these errors were encountered: