1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix hyperglass CLI naming

This commit is contained in:
thatmattlove 2021-12-06 16:51:59 -07:00
parent 6befe55ead
commit aa5adf3e7f

View file

@ -26,7 +26,7 @@ repository = "https://github.com/thatmattlove/hyperglass"
version = "2.0.0-dev"
[tool.poetry.scripts]
hyperglass = "hyperglass.console:CLI"
hyperglass = "hyperglass.console:run"
[tool.poetry.dependencies]
Pillow = "^7.2"