Skip to content

Commit

Permalink
Setup rebel-readline
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Jul 4, 2024
1 parent 9ac6530 commit 6307625
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ target/
nightincode.jar
.nightincode/
.pep/
.rebel_readline_history
2 changes: 1 addition & 1 deletion bin/dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh -x

clj -A:repl:dev:test
clojure -M:repl:dev:test
6 changes: 5 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@

:dev
{:extra-paths ["dev"]

:extra-deps
{org.clojure/test.check {:mvn/version "1.1.1"}}}
{org.clojure/test.check {:mvn/version "1.1.1"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}}

:main-opts ["-m" "rebel-readline.main"]}

:test
{:extra-paths ["test"]}
Expand Down

0 comments on commit 6307625

Please sign in to comment.