We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49cdc4 commit 2572573Copy full SHA for 2572573
src/luargv/compact_flag.lua
@@ -3,7 +3,7 @@ luargv.get_compact_flags = function(flags, index, default)
3
if luargv.type(flags) == "string" then
4
---@type string
5
flags = flags
6
- converted_flags = { flags }
+ flags = { flags }
7
end
8
9
0 commit comments