(read-arg args arg)
Reads the value of an argument. If the argument is on the form --arg=value then (read-args args "--arg=") vil return value. If the argument is on the form --arg then non-nil will bereturned if the argument exists otherwise nil.
Reads the value of an argument. If the argument is on the form --arg=value then (read-args args "--arg=") vil return value. If the argument is on the form --arg then non-nil will bereturned if the argument exists otherwise nil.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close