Fork me on GitHub
#boot
<
2018-03-11
>
borkdude12:03:08

In the README of rebel-readline it says:

boot -d com.bhauman/rebel-readline call -f rebel-readline.main/-main
but this doesn’t work. What is the correct way?

miikka14:03:51

works for me

borkdude15:03:47

When I run boot I don’t see a task called call

borkdude16:03:03

I get:

java.lang.IllegalArgumentException: No such task (call)
        clojure.lang.ExceptionInfo: No such task (call)

borkdude16:03:59

I had BOOT_VERSION=2.7.2 in my boot.properties🙂

borkdude16:03:08

ehm an older version, but this fixed it