Skip to content

Commit 048af51

Browse files
committed
try zstd
1 parent e1e8e5f commit 048af51

12 files changed

Lines changed: 744 additions & 118 deletions

File tree

apps/zipsync/src/ZipSyncCommandLineParser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export class ZipSyncCommandLineParser extends CommandLineParser {
8383
parameterLongName: '--compression',
8484
parameterShortName: '-z',
8585
description:
86-
'Compression strategy when packing. "deflate" attempts DEFLATE for every file (keeps only if smaller); "auto" first skips likely-compressed types before attempting; "store" disables compression.',
87-
alternatives: ['store', 'deflate', 'auto'],
86+
'Compression strategy when packing. "deflate" and "zlib" attempts compression for every file (keeps only if smaller); "auto" first skips likely-compressed types before attempting; "store" disables compression.',
87+
alternatives: ['store', 'deflate', 'zstd', 'auto'],
8888
required: true
8989
});
9090
}

0 commit comments

Comments
 (0)