update + fixes
This commit is contained in:
parent
04e857d96e
commit
96d794798f
4 changed files with 72 additions and 3 deletions
|
@ -4,6 +4,7 @@ function M:peek()
|
|||
local child = Command("7z")
|
||||
:args({
|
||||
"l",
|
||||
"-ba",
|
||||
tostring(self.file.url),
|
||||
})
|
||||
:stdout(Command.PIPED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue