Maybe I missed it, but there wasn't any documentation on capturing stderr. I'm guessing it would be: ```koi let stderr_no_stdout = $(bash -c 'echo stdout; echo stderr >/dev/stderr; echo tty >/dev/tty' >/dev/null) ```
Maybe I missed it, but there wasn't any documentation on capturing stderr. I'm guessing it would be: