what should [com.bhauman/rebel-readline-cljs "0.1.4"]
provide? in my terminal, even the up and down arrow don't work...
rebel readline does what it says on the video on the project home page.
https://github.com/bhauman/rebel-readline
In summary, add as an alias to the .clojure/deps.edn
file in the root of your home directory
:aliases {:rebel {:extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
:main-opts ["-m" "rebel-readline.main"]}}
Then call that alias when running Clojure
clojure -A:rebel
You need to launch it with rebel itself