Hacker News new | ask | show | jobs
by IgorPartola 5156 days ago
Using argparse is probably the safest approach. However, argparse does not work with config files; groper does. So if you have more than a half-dozen options, you should use groper (or something similar).