Loading program configurations is usually done by parsing the arguments passed to the command line, and in this case the standard library offers a good support with the flag package. However, there ...