소스 검색

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