[latex3-commits] [git/l3build] config: New -c|--config option (7a124ad)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Dec 7 08:47:34 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : config
Link       : https://github.com/latex3/l3build/commit/7a124ade5ed37dc023f5163426b02ead499bf40d

>---------------------------------------------------------------

commit 7a124ade5ed37dc023f5163426b02ead499bf40d
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!


>---------------------------------------------------------------

7a124ade5ed37dc023f5163426b02ead499bf40d
 l3build.lua |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l3build.lua b/l3build.lua
index faa2dcb..68b3dd8 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