Closed RKrahl closed 5 years ago
The command archive-tool check should accept additional flags:
archive-tool check
[x] --prefix <dir>: take the files to be checked relative to <dir> when looking them up in the archive.
--prefix <dir>
<dir>
[x] --stdin: read files to be checked from stdin rather to take them as command line arguments.
--stdin
The command
archive-tool check
should accept additional flags:[x]
--prefix <dir>
: take the files to be checked relative to<dir>
when looking them up in the archive.[x]
--stdin
: read files to be checked from stdin rather to take them as command line arguments.