coverage args update -t 🎄
This commit is contained in:
parent
2d05643e91
commit
9f0d92ab2d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user