diff options
| -rw-r--r-- | src/main.lisp | 2 | 
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))) | 
