Explorar el Código

Kind of wonky but more or less works

Simon Watson hace 2 años
padre
commit
2bf36cef79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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