|
|
|
|
|
by never_inline
357 days ago
|
|
People are used to the `click` way, where you can define args as function parameters. It's little more verbose but it helps click is a very established library which also provides many other things needed by CLI tools. There's also `typer` from the creator of `fastapi` which relies on type annotations. I have not had the opportunity to use it. |
|