Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Doc comments of example
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Jul 17, 2021
1 parent fec243c commit 50bea90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mangle-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50bea90

Please sign in to comment.