aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-18 23:48:26 +0200
committerTeddy Wing2022-05-18 23:48:26 +0200
commit817ec6a76b0670cb6100d8819dc7d6f1f116fc89 (patch)
tree1e2ec5707c785877f8ab00750925860076a97b2f
parentb801a3009df391e9dd5b8fc318a512e2422c195c (diff)
downloadwajir-817ec6a76b0670cb6100d8819dc7d6f1f116fc89.tar.bz2
main: Add TODO for SIGINT handling
-rw-r--r--src/main.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp
index 4f5e1e9..7a3db97 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -8,6 +8,8 @@
;; Send email to program containing message with issue metadata
;; Continue to next page
+ ;; TODO: Add SIGINT and error handling
+
(let ((config (parse-options)))
(run config)))