xenomachina / kotlin-argparser

Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
GNU Lesser General Public License v2.1
485 stars 33 forks source link

Print help when catching SystemExitException #57

Closed exaV closed 6 years ago

exaV commented 6 years ago

Or at least print something like "usage: see --help". Even better would be an option to do either.

It would go a long way in helping people who are not familiar with the usage.

xenomachina commented 6 years ago

Duplicate of #39