-
Notifications
You must be signed in to change notification settings - Fork 1
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)
About
Simple argv parsing.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published