Usage: clc-send-command [OPTION...] recompile <package> <implementation> or: clc-send-command [OPTION...] remove <package> <implementation> clc-send-command a program to send commands to the clc-build-daemon -d, --debug Show daemon output -q, --quiet Don't produce any output -v, --verbose Produce verbose output -?, --help Give this help list --usage Give a short usage message -V, --version Print program version Report bugs to debian bug database, package common-lisp-controller.
Examples of usage:
$ clc-send-command --verbose remove cil cmucl-safe $ clc-send-command --verbose remove cil cmucl-safe Cannot remove: not yet compiled library for implementation $ clc-send-command --verbose --debug remove cil cmucl-safe daemon: 100 common-lisp-controller build daemon version 1.0 at you service Sending: SHOW-OUTPUT daemon: 200 SHOWING BUILD OUTPUT Sending: REMOVE cil cmucl-safe daemon: 540 Cannot remove package cil for compiler cmucl-safe Cannot remove: not yet compiled library for implementation daemon: 252 DONE Sending: QUIT daemon: 220 BYE $ clc-send-command --verbose recompile cil cmucl-safe ... lots and lots of output