Make uncompyle6 CLI work again

This commit is contained in:
rocky
2024-02-12 05:16:59 -05:00
parent fe5f99ca98
commit a1ffe3e106

View File

@@ -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"):