Add rich table output to default output

This commit is contained in:
2023-06-02 22:56:24 -04:00
parent 3b79ca7519
commit b4d7237c1f
3 changed files with 90 additions and 23 deletions
+1
View File
@@ -27,6 +27,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
rich = "^13.4.1"
[tool.poetry.scripts]
boggler = "boggler.__main__:main"