Hacker News new | ask | show | jobs
by blondin 2167 days ago
argparse should not be the first thing to reach for, imo, when good old sys.argv can do the job.
1 comments

At that point I wouldn't leave bash. I feel like argparse allows for better documentation, error handling and input validation.