Skip to content

Commit 2ad0fc2

Browse files
committed
Give system multiple nicknames
1 parent 25e62b6 commit 2ad0fc2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Homepage = "https://github.com/dwash96/aider-ce"
2323

2424
[project.scripts]
2525
aider-ce = "aider.main:main"
26-
cecli = "aider.main:main"
26+
"ce" = "aider.main:main"
27+
"cecli" = "aider.main:main"
28+
"ce-cli" = "aider.main:main"
29+
"ce.cli" = "aider.main:main"
2730

2831
[tool.setuptools.dynamic]
2932
dependencies = { file = "requirements/requirements.in" }

0 commit comments

Comments
 (0)