scripts: add F.config_m(...) as template from F.config()
This commit is contained in:
parent
21291dc412
commit
ef5263724f
@ -156,6 +156,12 @@ function F.config(...)
|
|||||||
M.configs[string.format(...)] = 2
|
M.configs[string.format(...)] = 2
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function F.config_m(...)
|
||||||
|
local arg = {...}
|
||||||
|
io.stderr:write(string.format("config_m: %s; %i\n", ... , #arg))
|
||||||
|
M.configs[string.format(...)] = 2
|
||||||
|
end
|
||||||
|
|
||||||
function F.packages(pkgs)
|
function F.packages(pkgs)
|
||||||
for _, pkg in ipairs(pkgs) do
|
for _, pkg in ipairs(pkgs) do
|
||||||
io.stderr:write("packages: " .. pkg .. "\n")
|
io.stderr:write("packages: " .. pkg .. "\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user