Dapbler / cbr2cbz

Python script that converts compressed CBR and CBZ comic archives to stored CBZ. Many options.
GNU General Public License v3.0
26 stars 5 forks source link

Option --examples requires dummy source destination arguments #8

Open Dapbler opened 6 years ago

Dapbler commented 6 years ago

Argparse requires all positional arguments to be provided, but they're not relevant when using --examples (an extension of the help). May be able to fix by setting argparse groups (??).