-
Notifications
You must be signed in to change notification settings - Fork 2
Simple argv parsing.
License
pve1/apply-argv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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)