aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-08 15:50:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-10 21:31:38 -0700
commit1f6fb887879f6443339ce5469b933e248c8c5e7b (patch)
tree9d7c16f563e3604c6571c3c2f3887397eb1ac918 /src
parenta3499940cc7937384f02b6167d127393ea4943ab (diff)
downloadconsfigurator-1f6fb887879f6443339ce5469b933e248c8c5e7b.tar.gz
add note about name of CMD:SINGLE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src')
-rw-r--r--src/property/cmd.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property/cmd.lisp b/src/property/cmd.lisp
index e74ac3d..45b71ce 100644
--- a/src/property/cmd.lisp
+++ b/src/property/cmd.lisp
@@ -18,6 +18,8 @@
(in-package :consfigurator.property.cmd)
(named-readtables:in-readtable :consfigurator)
+;; The name of this property comes from the idea that we might want to add a
+;; property in this package to run a user-supplied shell script.
(defprop single :posix (&rest args)
"A property which can be applied by running a single shell command. ARGS is
either a single string specifying a shell-escaped command, or number of