cljsrn

dnolen 2021-11-28T18:42:36.071900Z

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

dnolen 2021-11-28T18:42:56.072400Z

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

dnolen 2021-11-28T18:43:18.073Z

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

dnolen 2021-11-28T18:43:38.073400Z

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

dnolen 2021-11-28T18:44:12.074200Z

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