arcanis / clipanion

Type-safe CLI library / framework with no runtime dependencies
https://mael.dev/clipanion/
1.1k stars 61 forks source link

fix --help not working if required fields present #128

Closed skimi closed 2 years ago

skimi commented 2 years ago

Summary

--help not working if an option is required: true.

fixes #101

Changes

Further thoughts

I think Unix commands usually display the help by default when you input an unknown option. That seems like a good practice to adopt