refactor(image): use multi spawn

This commit is contained in:
Folke Lemaitre 2025-02-17 23:13:08 +01:00
parent a76fe13148
commit c3419cbf8b
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 50 additions and 74 deletions

View file

@ -40,7 +40,7 @@ function M.proc(opts, ctx)
end
if ctx.picker.opts.debug.proc then
Snacks.debug.cmd(opts)
Snacks.debug.cmd(Snacks.config.merge(opts, { group = true }))
end
local sep = opts.sep or "\n"