Previously, a child command like 'echo "foo; echo bar"' would actually have invoked echo twice, because essentially the quotation-marks got eated by our input parser. Not ideal. |
||
---|---|---|
.. | ||
Main.hs | ||
Util.hs |
Previously, a child command like 'echo "foo; echo bar"' would actually have invoked echo twice, because essentially the quotation-marks got eated by our input parser. Not ideal. |
||
---|---|---|
.. | ||
Main.hs | ||
Util.hs |