Implement CLI functionality and enhance README instructions
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .app import CheckAddyApp
|
||||
|
||||
|
||||
def main() -> None:
|
||||
CheckAddyApp().run()
|
||||
from .cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
raise SystemExit(main())
|
||||
|
||||
Reference in New Issue
Block a user