Lines Matching refs:CLI
4 Command Line Interface (CLI) can be created using the `make` command without any additional paramet…
5 There are however other Makefile targets that create different variations of CLI:
6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and …
8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor…
9 - `zstd-compress` : version of CLI which can only compress into zstd format
10 - `zstd-decompress` : version of CLI which can only decompress zstd format
91 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`.
120 Usage of the dictionary builder and created dictionaries with CLI:
128 CLI includes in-memory compression benchmark module for zstd.
147 *** Zstandard CLI (64-bit) v1.5.6, by Yann Collet ***
274 This functionality can be useful when `zstd` CLI is invoked in a way that doesn't allow passing arg…