Explorar o código

Kind of wonky but more or less works

Simon Watson %!s(int64=2) %!d(string=hai) anos
pai
achega
2bf36cef79
Modificáronse 1 ficheiros con 1 adicións e 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