l3nz / cli-matic

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

Why does GLOBAL OPTIONS help disappear on sub-commands? #76

Closed gaberger closed 4 years ago

gaberger commented 5 years ago

0.3.8

[ Please specify which version of cli-matic you're using.]

JVM, GraalVM

[ Please specify which platform you are using clj-matic on, like JVM or JS and which version ]

Why does GLOBAL OPTIONS disappear on sub-option --help

[ Please provide a short and to the point description of the problem ]

repro

[ Please provide a minimal working reproduction of the problem ]

expected behavior

[ What is the behavior you expected to see from clj-matic? Please provide a minimal working example ]

actual behavior

[ What is the actual behavior of clj-matic? ]

l3nz commented 4 years ago

This is expected, as not to make it too big.