Improve ast
CLI with new options: --feature-version
, --optimize
, and --show-empty
#133367
Labels
ast
CLI with new options: --feature-version
, --optimize
, and --show-empty
#133367
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Current options:
Basically, our CLI is an interface to
ast.dump
+ast.parse
,ast.parse
.But,
ast.parse
has several important options that are missing right now. I propose to add them:--feature-version
--optimize
fromparse
--show-empty
fromdump
Docs:
cc @donBarbos, will you be interested in working on this issue?
If not, please, tell me about that - I want to have this in 3.14 and the feature freeze is in several days.
Linked PRs
ast
CLI #133369The text was updated successfully, but these errors were encountered: