commit 2bf36cef79f3d0d2d2d449c2be8378e47bb20ca3
Author: Simon Watson <spesk@pm.me>
Date: Tue Dec 21 14:22:14 2021 -0500
Kind of wonky but more or less works
diff --git a/save.lisp b/save.lisp
index 3c89f01..76411e8 100644
--- a/save.lisp
+++ b/save.lisp
@@ -50,7 +50,7 @@
(quit)))
(defun builder ()
- (if (uiop:command-line-arguments) (display-help))
+ (if (> 2 (length sb-ext:*posix-argv*)) (display-help))
;;; Get and process args
(let ((matches (opts:get-opts)))
(progn