Add support for adding/removing files

This commit is contained in:
Milan Nikolic
2023-08-24 09:00:52 +02:00
parent c34b4d0a98
commit d6ece90041
4 changed files with 181 additions and 8 deletions

View File

@@ -158,9 +158,13 @@ This is what it looks like in the PCManFM file manager:
--cover
Print cover name (default "false")
--comment
Print zip comment (default "false")
Print zip comment (default "false")
--comment-body
Set zip comment (default "")
Set zip comment (default "")
--file-add
Add file to archive (default "")
--file-remove
Remove file(s) from archive (glob pattern, i.e. *.xml) (default "")
```