Forráskód Böngészése

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 9 hónapja
szülő
commit
737fd56776
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

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