feat(commands): allow commands like `Lazy ... | ...` (#377)

Set bar attribute:
```
-bar	    The command can be followed by a "|" and another command.
```
This commit is contained in:
hgigas 2023-01-13 09:05:13 +01:00 committed by GitHub
parent e2556e38c7
commit 7b78ce3332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ function M.setup()
end
M.cmd(prefix, opts)
end, {
bar = true,
bang = true,
nargs = "?",
desc = "Lazy",