cl-scripting icon indicating copy to clipboard operation
cl-scripting copied to clipboard

Parameterize the output streams of run-command

Open gpiero opened this issue 3 years ago • 0 comments

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 ...)

gpiero avatar Jun 08 '22 19:06 gpiero