darglint2
darglint2 copied to clipboard
Define cmd arguments and config options in one place.
At the moment arguments have to be 'defined' in multiple places for parsing from different configuration files and such. I saw people extending argparse to define config options in one place while parsing config files too.
I found typer-config a library for use with typer that might be a solution to this problem.