Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-04 | Moved command configuration to options.json | Clayton G. Hobbs | |
It makes sense to put all the configuration in one place, no? | |||
2015-12-27 | Beginning work moving from YAML to JSON | Clayton 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. |