|
|
|
|
|
by agons
1242 days ago
|
|
I find `typer` way more ergonomic than either argparse or click (which it uses under the hood). If you're developing something more complex, you might find the feature set too small, but you can get surprisingly far with what's there. The benefits from its type safety and lack of boilerplate alone are enough to keep me using it in favour of anything else. |
|