Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-27 | Improved config/argument behaviour | Clayton G. Hobbs | |
The configuration file is now properly overridden by argument parsing. This was accomplished by loading the config file, then treating the specified options as a namespace for the ArgumentParser. This makes things from the config file get overridden iff they were specified on the command line (not simply from defaults set in the ArgumentParser). |