Parcourir la source

feat: add 'boilerplates' as command alias

- Both 'boilerplate' and 'boilerplates' will now work
- Improves discoverability and user experience
- Both commands point to the same entry point
xcad il y a 9 mois
Parent
commit
737fd56776
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -27,3 +27,4 @@ dependencies = [
 
 
 [project.scripts]
 [project.scripts]
 boilerplate = "cli.__main__:run"
 boilerplate = "cli.__main__:run"
+boilerplates = "cli.__main__:run"