[latex3-commits] [latex3/l3sys-query] main: exclude option also has a value (1b9d491)
github at latex-project.org
github at latex-project.org
Mon Mar 18 09:15:33 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/1b9d491cf7fa3eaf1de26a393da95d11c37efa86
>---------------------------------------------------------------
commit 1b9d491cf7fa3eaf1de26a393da95d11c37efa86
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Mon Mar 18 08:15:33 2024 +0000
exclude option also has a value
>---------------------------------------------------------------
1b9d491cf7fa3eaf1de26a393da95d11c37efa86
l3sys-query.lua | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/l3sys-query.lua b/l3sys-query.lua
index 547b374..2abe85d 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -51,7 +51,7 @@ local option_list =
exclude =
{
cmds = {"ls"},
- desc = "Exclude entries from directory listing",
+ desc = "[<xarg>] Exclude entries from directory listing",
type = "string"
},
["ignore-case"] =
@@ -95,7 +95,6 @@ local option_list =
type =
{
cmds = {"ls"},
- value = "d|f",
desc = "[d|f] Select just the directories or files in a listing",
type = "string"
},
More information about the latex3-commits
mailing list.