add cli for server-side

This commit is contained in:
2026-06-24 19:39:49 +03:00
parent b41d8023b6
commit 7963a8d2eb
8 changed files with 592 additions and 4 deletions
+3
View File
@@ -28,6 +28,9 @@ dev = [
"pre-commit>=4.0"
]
[project.scripts]
nexus-cli = "nexus_sync.cli.__main__:main"
[tool.setuptools.packages.find]
where = ["src"]