[latex3-commits] [git/l3build] config: New -c|--config option (f38a36b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Dec 7 08:44:21 CET 2017
Repository : https://github.com/latex3/l3build
On branch : config
Link : https://github.com/latex3/l3build/commit/f38a36bddd47e82c53dfe9639ced41680684a138
>---------------------------------------------------------------
commit f38a36bddd47e82c53dfe9639ced41680684a138
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Dec 7 07:42:58 2017 +0000
New -c|--config option
Currently a no-op, so no documentation!
>---------------------------------------------------------------
f38a36bddd47e82c53dfe9639ced41680684a138
l3build.lua | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/l3build.lua b/l3build.lua
index faa2dcb..cd81299 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -238,6 +238,12 @@ local utf8_char = unicode.utf8.char
local option_list =
{
+ config =
+ {
+ desc = "Sets the config(s) used for running tests"
+ short = "c",
+ type = "table"
+ },
date =
{
desc = "Sets the date to insert into sources",
More information about the latex3-commits
mailing list