aboutsummaryrefslogtreecommitdiff
path: root/src/property/cmd.lisp
Commit message (Collapse)AuthorAge
* replace ESCAPE-SH-TOKEN and ESCAPE-SH-COMMAND with new SH-ESCAPESean Whitton2022-03-11
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CMD:SINGLE: use MRUN not RUNSean Whitton2021-07-10
| | | | | | | | We are not doing anything with the output, so there is no particular need to use RUN, and when the caller passes :INFORM, they probably want the user to see both stdout and stderr. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add note about name of CMD:SINGLESean Whitton2021-07-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CMD:SINGLE: fix :DESC subroutineSean Whitton2021-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CMD:SINGLE: add a descriptionSean Whitton2021-06-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* a better name for CMD:SINGLESean Whitton2021-02-22
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>