1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +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"