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

Clojure CLI tool support #43

Open
kawas44 opened this issue Mar 23, 2018 · 1 comment
Open

Clojure CLI tool support #43

kawas44 opened this issue Mar 23, 2018 · 1 comment

Comments

@kawas44
Copy link
Contributor

kawas44 commented Mar 23, 2018

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

@weavejester
Copy link
Owner

Sure, if it's put in a eftest.main namespace.

kawas44 added a commit to kawas44/eftest that referenced this issue Mar 25, 2018
- Allow execution from any tool that can launch from -main
  (lein run -m, clj -m, etc)

weavejester/eftest/weavejester#43
kawas44 added a commit to kawas44/eftest that referenced this issue Mar 25, 2018
- Allow execution from any tool that can launch from -main
  (lein run -m, clj -m, etc)

weavejester/eftest/weavejester#43
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