Can I run my command with out lein run?

Viewed 911

I currently run a simple cli I wrote by calling: lein run my-cli-command arg --option

How can I call my command without needing to include lein run? This is what i'm after: my-cli-command arg --option

Do I need to convert it to an binary or executable and if so how?

4 Answers
Related