From 24086ae742979b3599b014ae50da8f059e21f42c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 25 Jun 2021 14:22:06 -0700 Subject: CMD:SINGLE: add a description Signed-off-by: Sean Whitton --- src/property/cmd.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/property/cmd.lisp') 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))) -- cgit v1.2.3