mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format
This commit is contained in:
parent
4a226189ab
commit
110172f3c7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ function M:preload(job)
|
|||
return true
|
||||
end
|
||||
|
||||
local cmd = M.with_limit():arg({ "-define", "filename:literal=true" })
|
||||
local cmd = M.with_limit():arg { "-define", "filename:literal=true" }
|
||||
if job.args.flatten then
|
||||
cmd:arg { tostring(job.file.path), "-flatten" }
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue