@@ -6,11 +6,11 @@ zipsync {version} - https://rushstack.io
66
77usage: zipsync [-h] [-d] [-v] -m { pack ,unpack } -a ARCHIVE_PATH -t
88 TARGET_DIRECTORIES -b BASE_DIR -z { store ,deflate ,zstd ,auto }
9-
9+
1010
1111Optional arguments:
1212 -h, --help Show this help message and exit.
13- -d, --debug Show the full call stack if an error occurs while
13+ -d, --debug Show the full call stack if an error occurs while
1414 executing the tool
1515 -v, --verbose Show verbose output
1616 -m { pack ,unpack } , --mode { pack ,unpack }
@@ -23,10 +23,10 @@ Optional arguments:
2323 -b BASE_DIR, --base-dir BASE_DIR
2424 Base directory for relative paths within the archive
2525 -z { store ,deflate ,zstd ,auto } , --compression { store ,deflate ,zstd ,auto }
26- Compression strategy when packing. \\ "deflate\\ " and
27- \\ "zlib\\ " attempts compression for every file (keeps
28- only if smaller); \\ "auto\\ " first skips
29- likely-compressed types before attempting \\ "deflate\\ "
26+ Compression strategy when packing. \\ "deflate\\ " and
27+ \\ "zlib\\ " attempts compression for every file (keeps
28+ only if smaller); \\ "auto\\ " first skips
29+ likely-compressed types before attempting \\ "deflate\\ "
3030 compression; \\ "store\\ " disables compression.
3131
3232[1mFor detailed help about a specific command, use: zipsync <command > -h[22m
0 commit comments