Fork me on GitHub
#cljsrn
<
2021-11-28
>
dnolen18:11:36

@jaime.sangcap it's because you cannot put command lines options after -c w/ the exception of -r

dnolen18:11:56

this is common misunderstanding from users less familiar w/ Clojure execution from the shell

dnolen18:11:18

if you start a REPL what you often want to do is pass those CLI arguments to the REPL

dnolen18:11:38

so move the --host before -r as well as -ro and your good

dnolen18:11:12

--help is also probably something that should be read over closely - it's short but should note these finer points