core.autoboot(argstr)
end
cli['read-conf'] = function(...)
local _, argv = cli.arguments(...)
config.processFile(assert(core.popFrontTable(argv)))
cli['reload-conf'] = function(...)
config.reload()