rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

help -h isn't a thing #501

Closed CarlFK closed 2 weeks ago

CarlFK commented 2 weeks ago

Readme says: $ uncompyle6 -h https://github.com/rocky/python-uncompyle6/blob/master/README.rst?plain=1#L147

and help says: [--help | -h | --V | --version] https://github.com/rocky/python-uncompyle6/blob/master/uncompyle6/bin/uncompile.py#L33

but -h says: Error: No such option: -h

also same with -v Error: No such option: -v

rocky commented 2 weeks ago

Thanks for the information. Fixed now.