It would be like the `str` quasiquoter from streamly. But it will: * replace a newline by a space * collapse unquoted multiple spaces by a single space We can write it as a postprocessor on top of `str` and call it `cmd`.
It would be like the
strquasiquoter from streamly. But it will:We can write it as a postprocessor on top of
strand call itcmd.