either a list of strings specifying a program and list of arguments,
or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on Windows);
have its output processed by the OUTPUT processor function
-as per PROCESS-INPUT-STREAM,
+as per SLURP-INPUT-STREAM,
or merely output to the inherited standard output if it's NIL.
Always call a shell (rather than directly execute the command)
if FORCE-SHELL is specified.
:licence "MIT"
:description "Utilities from XCVB"
:long-description "Utilities from XCVB-Driver, repackaged"
- :depends-on ((:version :asdf "2.23") :xcvb-driver :alexandria :fare-utils :asdf-utils)
+ :depends-on (:xcvb-driver :alexandria :fare-utils :asdf-utils)
:components
((:file "xcvb-utils")))
(in-package :fare-utils)
(define-package-mix :xcvb-utils
- (:alexandria :xcvb-driver :asdf-utils :fare-utils))
+ (:alexandria :xcvb-driver :asdf-utils :fare-utils))