Update start date and add user check

This commit is contained in:
2022-05-31 08:23:40 -05:00
parent febad804ee
commit 9f61188901
4 changed files with 58 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ ipython = "^8.4.0"
[tool.poetry.scripts]
wordlinator = "wordlinator.app:sync_main"
update = "wordlinator.app:sync_update"
show-user = "wordlinator.app:sync_show_user"
[tool.mypy]
ignore_missing_imports = true