coverage args update -t 🎄

This commit is contained in:
ray-x 2022-12-25 15:33:36 +11:00
parent 2d05643e91
commit 9f0d92ab2d

View File

@ -320,7 +320,7 @@ M.run = function(...)
end
arg = select(2, ...)
end
if arg == '-t' then
if arg == '-t' and #args < 2 then -- if only -t provided
return M.toggle()
end