Using argparse in my Python programs encourages me to add options to them

Today, for reasons outside the scope of this entry, I updated one
of my very old little Python utilities to add some features and
move it to Python 3 in the process. This program was so old it was
using getopt, so
as part of updating it I switched it over… Read more

Similar