eladrich / pyrallis

Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
https://eladrich.github.io/pyrallis/
MIT License
198 stars 7 forks source link

Fix a help condition and support `-h` in addition to `--help`. #17

Open de9uch1 opened 2 years ago

de9uch1 commented 2 years ago

Fixed a help condition in argument parser, and support -h in addition to --help.