feat: added "Lazy check" to check for updates without updating

This commit is contained in:
Folke Lemaitre 2022-11-29 08:23:23 +01:00
parent d486bc586b
commit 63cf2a52bd
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 25 additions and 4 deletions

View file

@ -40,6 +40,9 @@ M.commands = {
update = function()
Manage.update({ clear = true, interactive = true })
end,
check = function()
Manage.check({ clear = true, interactive = true })
end,
restore = function()
Manage.update({ clear = true, interactive = true, lockfile = true })
end,