l3nz / cli-matic

Compact, hands-free [sub]command line parsing library for Clojure.
Eclipse Public License 2.0
361 stars 29 forks source link

Error with new #53

Closed l3nz closed 5 years ago

l3nz commented 5 years ago
Exception in thread "main" clojure.lang.ExceptionInfo: Call to #'cli-matic.help-gen/generate-help-possible-mistypes did not conform to spec:
core.cljc:364

-- Spec failed --------------------

Return value

  [... ... ... [" vendite"]]
               ^^^^^^^^^^^^

should satisfy

  string?

But it's actually a vector of strings OR vectors of strings. So it works but spec is wrong.