Replaces config updates, from config.update("Name", "/some/path") to config.update("Name", "path", "/some/path")
This allows for more update options in the future
Added support for enabling and disabling entries within the config
* Replaces config updates, from `config.update("Name", "/some/path")` to `config.update("Name", "path", "/some/path")`
* This allows for more update options in the future
* Added support for enabling and disabling entries within the config
config.update("Name", "/some/path")
toconfig.update("Name", "path", "/some/path")
d62840f5fb
.