Add a simple cli interface.

This commit is contained in:
2023-09-10 20:43:24 +03:00
parent a8368d09e6
commit d2cb9b13fe
3 changed files with 92 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
:url "https://gitlab.com/KKlochko/cipher-analytical-machine"
:license {:name "LGPL"
:url "http://www.gnu.org/licenses/lgpl-3.0.txt"}
:dependencies [[org.clojure/clojure "1.11.1"]]
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/tools.cli "1.0.219"]]
:main ^:skip-aot cipher-analytical-machine.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all