Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 11dbd8a

Browse files
committed
feat: Add 'commit' as alternative name for program
The program can now be called via `gitcommit` and `commit`.
1 parent 5b63bd6 commit 11dbd8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ packages = [
1919

2020
[tool.poetry.scripts]
2121
gitcommit = 'gitcommit.gitcommit:main'
22+
commit = 'gitcommit.gitcommit:main'
2223

2324
[tool.poetry.dependencies]
2425
python = "^3.6"

0 commit comments

Comments
 (0)