[latex3-commits] [latex3/l3sys-query] main: simple inclusion of values in option list (6533476)

github at latex-project.org github at latex-project.org
Mon Mar 18 08:54:16 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/65334767f1ab979c03c06374f0aa56b15db1fc0d

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

commit 65334767f1ab979c03c06374f0aa56b15db1fc0d
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Mar 17 23:55:27 2024 +0000

    simple inclusion of values in option list


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

65334767f1ab979c03c06374f0aa56b15db1fc0d
 l3sys-query.lua | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3sys-query.lua b/l3sys-query.lua
index 93f6170..67a10fa 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -89,13 +89,14 @@ local option_list =
     sort =
       {
         cmds = {"ls"},
-        desc = "Method used to sort directory listing",
+        desc = "[name|date] Method used to sort directory listing",
         type = "string"
       },
     type = 
       {
         cmds = {"ls"},
-        desc  = "Selects the type of entry in a directory listing",
+	value = "d|f",
+        desc  = "[d|f] Select just the directories or files in a listing",
         type  = "string"
       },
     version =





More information about the latex3-commits mailing list.