From: W. Felix Handte Date: Fri, 29 Jun 2018 19:33:44 +0000 (-0400) Subject: Allow Invoking `zstd --list` When `stdin` is not a `tty` X-Git-Tag: archive/raspbian/1.3.5+dfsg-2+rpi1~3^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b9d2f7ad80c7d8a16197aa26863854d49b477eb;p=libzstd.git Allow Invoking `zstd --list` When `stdin` is not a `tty` Also now returns an error when no inputs are given. New proposed behavior: ``` felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l; echo $? No files given 1 felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l Makefile.zst; echo $? Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 3.08 KB 10.92 KB 3.544 XXH64 Makefile.zst 0 felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l