jack-cli-cd-ripper / jack

Jack command-line CD ripper
GNU General Public License v2.0
14 stars 5 forks source link

python3-mb: exception message when using an unknown option #12

Closed pimzand closed 4 years ago

pimzand commented 4 years ago

unknown option `--whatever' Traceback (most recent call last): File "/usr/local/bin/jack", line 80, in help, argv_cf = jack.argv.parse_argv(cf, sys.argv) File "/usr/local/lib/python3.8/site-packages/jack/argv.py", line 229, in parse_argv show_usage(cf) TypeError: show_usage() missing 1 required positional argument: 'longhelp'

zzarne commented 4 years ago

Fixed in 3498aa96.