Textual console CLI command

This commit is contained in:
Darren Burns
2022-04-19 11:55:50 +01:00
parent 1d01029cd7
commit 2ff1c9d64a
7 changed files with 66 additions and 22 deletions

View File

@@ -17,6 +17,9 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
[tool.poetry.scripts]
textual = "textual.cli.cli:run"
[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.0.0"