aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-02-06 14:20:59 +0100
committerTeddy Wing2021-02-06 14:21:12 +0100
commitf44374e34ebd1da3d707c572d42baffde81ef36e (patch)
tree70537fdae01c745a722e2a9f532064772a8f5163
parentd6d792bb993e9310dc80302fc1206766c7785c54 (diff)
downloadextreload-f44374e34ebd1da3d707c572d42baffde81ef36e.tar.bz2
main: Add TODO reminder
-rw-r--r--l/src/main.lisp1
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))))