Document run
authorFrank Duncan <frank@kank.net>
Fri, 13 Aug 2021 20:11:48 +0000 (15:11 -0500)
committerFrank Duncan <frank@kank.net>
Fri, 13 Aug 2021 20:11:48 +0000 (15:11 -0500)
src/main/cli.lisp

index bbbf23cdffe28945754d57739af5d6257dad80ad..08bd93b2115bc30e6d5e546385a8d01b9963afba 100644 (file)
@@ -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))