2 Commits

Author SHA1 Message Date
cclecle
842b8b6a5c fix main 2024-03-29 12:15:40 +00:00
cclecle
5975be2ca5 chore: update project keywords 2024-03-29 03:34:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ name = "dabdatasync"
description = "dabdatasync"
readme = "README.md"
requires-python = ">=3.11"
keywords = ["chacha","chacha","template","dabdatasync"]
keywords = ["chacha","dabdatasync","dab","debian","proxmox","pydabfactory"]
license = { file = "LICENSE.md" }
authors = [

View File

@@ -148,8 +148,8 @@ def fct_main(i_args: list[str]) -> None: # pylint: disable=too-many-branches,to
def CLI():
"""wrapper for .toml declared script"""
fct_main(sys.argv)
fct_main(sys.argv[1:])
if __name__ == "__main__":
fct_main(sys.argv[1:])
CLI()