apply-argv

2015-06-08

Apply-argv is a library for parsing command line arguments.

Upstream URL

github.com/pve1/apply-argv

Author

Peter von Etter

License

LLGPL
README
Simple argv parsing. (parse-argv '("--foo" "bar" "--bar=qwe" "--qwe" "--no-xyz" "more" "stuff" "here")) ==> (("more" "stuff" "here") :FOO "bar" :BAR "qwe" :QWE T :XYZ NIL)

Dependencies (2)

  • alexandria
  • fiveam

Dependents (0)

    • GitHub
    • Quicklisp