From a721aff9cae179209c0d9b89798db5fdd6a25fd2 Mon Sep 17 00:00:00 2001 From: Frank Duncan Date: Fri, 13 Aug 2021 15:11:48 -0500 Subject: [PATCH] Document run --- src/main/cli.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.25.1