|
|
|
|
|
by voidnap
409 days ago
|
|
I'm thankful argparse exists in pythons stdlib. But argument parsing is not that hard especially for simpler programs. programmers should be able to think for a minute and figure it out instead of always reaching for clap, thats how you get dependency hell. Argument parsing, in partucular, is a great place to start realizing that you can implement what you need without adding a dozen dependencies |
|
Don't disagree with the principle, there are a lot of trivial pythong deps, but rolling your own argument parsing is not the way