Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 7s

This commit is contained in:
Stephen Seo 2024-10-04 21:28:29 +09:00
parent b8c56026d1
commit cf032cd9c1

View file

@ -27,6 +27,8 @@ API calls.
--overwrite-extract : allows overwriting when extracting --overwrite-extract : allows overwriting when extracting
--no-abs-symlink : do not store absolute paths for symlinks --no-abs-symlink : do not store absolute paths for symlinks
--temp-files-dir <dir> : where to store temporary files created when compressing (defaults to current working directory) --temp-files-dir <dir> : where to store temporary files created when compressing (defaults to current working directory)
--write-version <version> : Force write version file format (default 1)
--chunk-min-size <bytes> : v1 file format minimum chunk size (default 4194304 or 4MiB)
-- : specifies remaining arguments are files to archive/extract -- : specifies remaining arguments are files to archive/extract
If creating archive file, remaining args specify files to archive. If creating archive file, remaining args specify files to archive.
If extracting archive file, remaining args specify files to extract. If extracting archive file, remaining args specify files to extract.