View | Details | Raw Unified | Return to bug 244640 | Differences between
and this patch

Collapse All | Expand All

(-)stand/lua/cli.lua (+5 lines)
Lines 125-130 Link Here
125
	core.autoboot(argstr)
125
	core.autoboot(argstr)
126
end
126
end
127
127
128
cli['read-conf'] = function(...)
129
	local _, argv = cli.arguments(...)
130
	config.processFile(assert(core.popFrontTable(argv)))
131
end
132
128
cli['reload-conf'] = function(...)
133
cli['reload-conf'] = function(...)
129
	config.reload()
134
	config.reload()
130
end
135
end

Return to bug 244640