hello! anybody can point me how to show the output of a shell command in plank?
(shell/sh "command" "options" :out)
or smth similar?
The output is in the map returned
oh I see
can I see the output of the command while is running tho?
No, Planck doesn’t support streaming out. (This may be the case for clojure.java.shell/sh
but I’m AFK.)
alright, thanks for the answer @mfikes 🙂