diff options
-rw-r--r-- | l/src/main.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/src/main.lisp b/l/src/main.lisp index d0ae602..19cbea1 100644 --- a/l/src/main.lisp +++ b/l/src/main.lisp @@ -21,6 +21,7 @@ (defun main () (handler-bind ((error #'(lambda (e) + ;; TODO: generic function for this and `handle-option-error` (format *error-output* "error: ~a~%" e) (opts:exit 69)))) |