fix(cmd): allow ranges. Fixes #93

This commit is contained in:
Folke Lemaitre 2022-12-22 10:36:56 +01:00
parent a8fe63e4d5
commit c0c2e1bd68
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ function M:_add(cmd)
) )
end, { end, {
bang = true, bang = true,
range = true,
nargs = "*", nargs = "*",
complete = function(_, line) complete = function(_, line)
self:_load(cmd) self:_load(cmd)