Functions to build matched argument parsers and config files
argutils provides a set of functions for quickly building command-line programs with matching config files. In particular, instead of separately building an ArgumentParser and ConfigParser, argutils lets the user build an interface from a JSON or YAML file, and then uses that to build both an argument parser and matching config file.