Преглед изворни кода

Kind of wonky but more or less works

Simon Watson пре 2 година
родитељ
комит
2bf36cef79
1 измењених фајлова са 1 додато и 1 уклоњено
  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