Browse Source

Kind of wonky but more or less works

Simon Watson 2 years ago
parent
commit
2bf36cef79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      save.lisp

+ 1 - 1
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