aboutsummaryrefslogtreecommitdiff
path: root/src/property/cmd.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-25 14:22:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-25 16:10:57 -0700
commit24086ae742979b3599b014ae50da8f059e21f42c (patch)
tree0ee8aa06b0ea400c7fd2034992c6b7a73e64cc6c /src/property/cmd.lisp
parent7779dcd6dee9929a2e0b85a0c82c09a4331aa774 (diff)
downloadconsfigurator-24086ae742979b3599b014ae50da8f059e21f42c.tar.gz
CMD:SINGLE: add a description
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/cmd.lisp')
-rw-r--r--src/property/cmd.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/cmd.lisp b/src/property/cmd.lisp
index 39cc8dd..67c7984 100644
--- a/src/property/cmd.lisp
+++ b/src/property/cmd.lisp
@@ -27,4 +27,5 @@ strings which will be shell-escaped and then concatenated.
Keyword argument :ENV is a plist of environment variables to be set when
running the command, using env(1)."
+ (:desc (escape-sh-command args))
(:apply (apply #'run args)))