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