added cli for handling the alive flag

This commit is contained in:
John Lancaster
2023-06-11 10:47:35 -05:00
parent f11ba04453
commit e7e3bf9c1f
4 changed files with 30 additions and 13 deletions

View File

@@ -20,4 +20,4 @@ dependencies = [
requires-python = ">=3.9"
[project.scripts]
kwaylon = "kwaylon:main"
kwaylon = "kwaylon:cli"