aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-02-29 23:41:28 -0500
committerAdam Harrison <adamdharrison@gmail.com>2024-02-29 23:41:28 -0500
commit35fb42b01f8e8db73e387cf47c82a6187c6fb948 (patch)
treee6bb15acfd87dbfaaf71945e7cd41274b97b7e96 /src
parent589dbc869cd36aa87efaadbd61264f930e53ff6c (diff)
downloadlite-xl-plugin-manager-35fb42b01f8e8db73e387cf47c82a6187c6fb948.tar.gz
lite-xl-plugin-manager-35fb42b01f8e8db73e387cf47c82a6187c6fb948.zip
Forgot to switch the rest to array.
Diffstat (limited to 'src')
-rw-r--r--src/lpm.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index c52b595..956a9f5 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -2069,8 +2069,8 @@ xpcall(function()
symlink = "flag", reinstall = "flag", ["no-color"] = "flag", config = "string", table = "string", header = "string",
repository = "string", ephemeral = "flag", mask = "array", raw = "string",
-- filtration flags
- author = "string", tag = "string", stub = "string", dependency = "string", status = "array",
- type = "string", name = "string"
+ author = "array", tag = "array", stub = "array", dependency = "array", status = "array",
+ type = "array", name = "array"
})
if ARGS["version"] then
io.stdout:write(VERSION .. "\n")