1
Fork 0

Doc comments of example

This commit is contained in:
clach04 2021-07-16 20:51:32 -07:00
parent fec243c4d4
commit 50bea904a4
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@
-o book.outputFormat defaults to 'CBZ only'
NOTE order of arguments for image files is significant.
Example:
mkdir my_comic
cd my_comic
7z x /full/path/my/comic.cbz
cd ..
python mangle-cli.py -tmy_comic my_comic/*
"""
import shutil