[latex3-commits] [git/l3build] master: New -c|--config option (72f6f82)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Dec 12 10:05:33 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/72f6f82c121a47ac459c7b9301f10f70e7a3afe4

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

commit 72f6f82c121a47ac459c7b9301f10f70e7a3afe4
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!


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

72f6f82c121a47ac459c7b9301f10f70e7a3afe4
 l3build.lua |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l3build.lua b/l3build.lua
index 5edd9f3..b359035 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -241,6 +241,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