We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ab917 commit 2aa3a04Copy full SHA for 2aa3a04
babel_runner.py
@@ -91,7 +91,7 @@ def main() -> None:
91
parser = argparse.ArgumentParser(description=__doc__)
92
parser.add_argument(
93
"command",
94
- choices=["init", "extract", "update", "compile"],
+ choices=["extract", "init", "update", "compile"],
95
help="command to be executed",
96
)
97
0 commit comments