From: Frank Duncan Date: Fri, 13 Aug 2021 20:11:48 +0000 (-0500) Subject: Document run X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=commitdiff_plain;h=a721aff9cae179209c0d9b89798db5fdd6a25fd2 Document run --- diff --git a/src/main/cli.lisp b/src/main/cli.lisp index bbbf23c..08bd93b 100644 --- a/src/main/cli.lisp +++ b/src/main/cli.lisp @@ -29,7 +29,8 @@ (main-options) "Interacts with candle server. The available commands are: project List, show or add projects - job List or show jobs"))) + job List or show jobs + run Local command. Run candle in the current working directory"))) (defgeneric execute-command (command args))