r7819: more getopt improvements, tests
[kmrcl.git] / package.lisp
index 63198e7855fbfb9c41aa528f9f24f8bd1cbcfb34..4146122e8adf15343538b0725a3bf8ff1035e5bd 100644 (file)
@@ -67,8 +67,7 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
-   
-   #:flatten
+   #:match-unique-abbreviation
 
    ;; io.lisp
    #:indent-spaces
    #:plist-alist
    #:update-plist
    #:get-plist
+   #:flatten
 
    ;; seq.lisp
    #:nsubseq
 
    ;; os.lisp
    #:run-shell-command
+
+   ;; getopt.lisp
+   #:getopt
    
    ))