Front page examples out of date
SaulMoonves opened this issue · 2 comments
SaulMoonves commented
It looks like at some point the stream! command went from taking a binary string to taking a list of binary strings e.g.
"echo hello"
to
[
"echo",
"hello"
]
As a result many of them did not work for me, and the dialyzer complained.
I don't have the time right now but I'll submit a merge request when I have time to write one.
akash-akya commented
Hi @SaulMoonves, can you point to the docs you are referring? It was always a list of strings. The examples use word list sigil ~w.
SaulMoonves commented
Oh dear, I have exposed my ignorance. I misinterpreted it. Please disregard.