Fork me on GitHub
#planck
<
2018-10-04
>
Andrea Imparato14:10:55

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

Andrea Imparato14:10:42

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

mfikes14:10:03

The output is in the map returned

Andrea Imparato14:10:25

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

mfikes14:10:34

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

Andrea Imparato14:10:58

alright, thanks for the answer @mfikes 🙂