You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Make uncompyle6 CLI work again
This commit is contained in:
@@ -124,7 +124,11 @@ def main_bin():
|
|||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
"showasm": None
|
"showasm": None,
|
||||||
|
"showgrammar": None,
|
||||||
|
"showast": {},
|
||||||
|
"do_verify": None,
|
||||||
|
"do_linemaps": False,
|
||||||
}
|
}
|
||||||
for opt, val in opts:
|
for opt, val in opts:
|
||||||
if opt in ("-h", "--help"):
|
if opt in ("-h", "--help"):
|
||||||
|
Reference in New Issue
Block a user