cl-scripting
cl-scripting copied to clipboard
Parameterize the output streams of run-command
This change allows, e.g.:
(setf cl-scripting:*failure-output* *error-output*)
or even wrapping a run-command invocation in a (with-output-to-string ...)