r7818: add argument processing using #\=, big refactoring, more tests added and passed
[kmrcl.git] / package.lisp
index 5d4bcc80d3002554ffaa24b68a90b0c251e7162c..36d185bf21c4d60e2e7b65588b3261dcbddcdbac 100644 (file)
    #:file-subst
    #:stream-subst
    #:null-output-stream
-   #:probe-directory
    #:directory-tree
-   
+
+   ;; impl.lisp
+   #:probe-directory
+   #:cwd
+   #:quit
+   #:command-line-arguments
+   #:shell-command-output
+
    ;; lists.lisp
    #:remove-from-tree-if
    #:find-tree
 
    ;; os.lisp
    #:run-shell-command
+
+   ;; getopt.lisp
+   #:getopt
    
    ))