planck

Planck ClojureScript REPL
Andrea Imparato 2018-10-04T14:24:55.000100Z

hello! anybody can point me how to show the output of a shell command in plank?

Andrea Imparato 2018-10-04T14:25:42.000100Z

(shell/sh "command" "options" :out) or smth similar?

mfikes 2018-10-04T14:27:03.000100Z

The output is in the map returned

Andrea Imparato 2018-10-04T14:27:13.000100Z

oh I see

Andrea Imparato 2018-10-04T14:27:25.000100Z

can I see the output of the command while is running tho?

mfikes 2018-10-04T14:28:34.000100Z

No, Planck doesn’t support streaming out. (This may be the case for clojure.java.shell/sh but I’m AFK.)

Andrea Imparato 2018-10-04T14:28:58.000100Z

alright, thanks for the answer @mfikes 🙂