We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e62b6 commit 2ad0fc2Copy full SHA for 2ad0fc2
1 file changed
pyproject.toml
@@ -23,7 +23,10 @@ Homepage = "https://github.com/dwash96/aider-ce"
23
24
[project.scripts]
25
aider-ce = "aider.main:main"
26
-cecli = "aider.main:main"
+"ce" = "aider.main:main"
27
+"cecli" = "aider.main:main"
28
+"ce-cli" = "aider.main:main"
29
+"ce.cli" = "aider.main:main"
30
31
[tool.setuptools.dynamic]
32
dependencies = { file = "requirements/requirements.in" }
0 commit comments