Interface for recognizing options.
Interface for recognizing options.
(is-supported-option this option)
Determines if the given option is supported and if so, the number of arguments the option takes.
option - an option - java.lang.String
returns: the number of arguments the given option takes or -1 if
the option is not supported - int
Determines if the given option is supported and if so, the number of arguments the option takes. option - an option - `java.lang.String` returns: the number of arguments the given option takes or -1 if the option is not supported - `int`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close