Fork me on GitHub
#figwheel-main
<
2019-08-31
>
roti13:08:25

what should [com.bhauman/rebel-readline-cljs "0.1.4"] provide? in my terminal, even the up and down arrow don't work...

practicalli-johnny17:09:16

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

👍 4
dominicm14:08:07

You need to launch it with rebel itself