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 8fa8f12 commit 464a9bcCopy full SHA for 464a9bc
leetcode_py/cli/main.py
@@ -30,7 +30,3 @@ def main_callback(
30
app.command(name="gen")(generate)
31
app.command(name="scrape")(scrape)
32
app.command(name="list")(list_problems)
33
-
34
35
-def main():
36
- app()
pyproject.toml
@@ -22,7 +22,7 @@ packages = [{include = "leetcode_py"}]
22
include = ["leetcode_py/cli/resources/**/*"]
23
24
[tool.poetry.scripts]
25
-lcpy = "leetcode_py.cli.main:main"
+lcpy = "leetcode_py.cli.main:app"
26
27
[tool.poetry.dependencies]
28
python = "^3.13"
0 commit comments