start creating cli module

This commit is contained in:
2026-02-07 13:31:23 +03:00
parent da06099990
commit e9dd7af905
4 changed files with 47 additions and 2 deletions
+8
View File
@@ -13,6 +13,11 @@ dependencies = [
"prompt-toolkit>=3.0.52",
]
[project.optional-dependencies]
cli = [
"typer>=0.9,!=0.12,<=0.21.1",
]
[dependency-groups]
dev = [
{include-group = "linters"},
@@ -48,6 +53,9 @@ metrics = [
"py-cpuinfo>=9.0.0",
]
[project.scripts]
argenta = "argenta._cli.__main__:main"
[tool.ruff]
line-length=100