File

teal-src/util/format.d.tl @ 12199:12eaa2fdd75b

util.prosodyctl.cert: Pass variables via formatting instead of concatenation Prevents potential weirdness in case there's any %s or such in a host, file or directory name, since show_warning() is printf().
author Kim Alvefur <zash@zash.se>
date Wed, 19 Jan 2022 10:26:43 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	format : function (string, ... : any) : string
end
return lib