CLI Extension - Add load, help
[clnl] / src / main / cli.lisp
index 1aeb746c3b4b2c3842531bf2c6d222e5a1ad45bb..4dcc8f064a1f0faeb3d229625f2104932fec3e1c 100644 (file)
@@ -31,7 +31,7 @@ DESCRIPTION:
  (handler-case
   (with-output-to-string (*standard-output*)
    (clnl:run-commands str))
-  (error (e) (format nil "Ok, something went wrong: ~A" e))))
+  (error (e) (format nil "Ok, something went wrong: ~A~%Try :help" e))))
 
 ; for ui, we need to do at a minimum:
 ; - cli, first pass, read things in, bottom of the screen,