X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=src%2Fmain%2Fcli.lisp;h=fc3f7fc9ece28ef0f0f6f9ec77b95252c1b91a6b;hp=006830eca33bab8387aa3c986ff253488e5c1386;hb=8bdc35f07f4763917d2d0e306b20e65b00a3c606;hpb=82563c8bf8b861e2e52211abd5d7be531ea9c6bd diff --git a/src/main/cli.lisp b/src/main/cli.lisp index 006830e..fc3f7fc 100644 --- a/src/main/cli.lisp +++ b/src/main/cli.lisp @@ -46,6 +46,7 @@ (let* ((name (subseq project-definition 0 pos)) (src (subseq project-definition (1+ pos)))) + (communication:query `(candle:add-project ,name ,src)) (format t "Added project ~A at src definition ~A~%" name src)))))) (defmethod execute-command ((command (eql :project)) args)