项目作者: sh4nks

项目描述 :
A CLI tool for repacking cbr and cbz archives
高级语言: Go
项目地址: git://github.com/sh4nks/repack.git
创建时间: 2021-05-15T18:27:08Z
项目社区:https://github.com/sh4nks/repack

开源协议:MIT License

下载


repack

A CLI for repacking your cbr and cbz archives in case they seem to be corrupted
or can’t be read from your favorite manga reader!

Usage

  1. $ repack -h
  2. A CLI tool for repacking cbr and cbz archives
  3. Usage:
  4. repack [flags] INPUT_DIR [OUTPUT_DIR]
  5. Flags:
  6. --dry-run If set, no archives will be repacked
  7. --force Forcefully create the archive by deleting and overwriting any existing files and archives
  8. -f, --formats strings The input formats. Multiple formats are supported - comma separated. (default [cbr])
  9. -h, --help help for repack
  10. --no-color If set, no colors are used for the log message
  11. --verbosity int verbosity level (0-3). 0 = error, 1 = info, 2 = debug (default 1)
  12. -v, --version version for repack

License

repack is licensed under the MIT License.