summary refs log tree commit diff
path: root/options.json.tmp
AgeCommit message (Collapse)Author
2016-02-04Moved command configuration to options.jsonClayton G. Hobbs
It makes sense to put all the configuration in one place, no?
2015-12-27Beginning work moving from YAML to JSONClayton G. Hobbs
Mostly working for the options file now. Still some difficulty with command-line arguments, though; they're overriding the config file even when not specified. If I made them simply not get stored at all when not specified, there would be further problems when a configuration file is not present. Maybe I should make a whole new class to handle this.