Duane Maxwell
Duane Maxwell
This might be a duplicate of issue #404 Do you get any errors on the browser console output?
I ran into this same problem when build a metacoffee parser for LISP (actually Maru) S-expressions, where backtick is a common syntactic shortcut for creating calls to "quasiquote". The solution...
I was originally thinking that the "end" on stdout would be sufficient to end the command, but that won't work for a command that only consumes "stdin", or that also...
A mixin makes sense - bash-style command line parsing isn't very complicated (at least for the basics), but may be more than people want to have out of the box.