Skip to content

Commit 9a7f906

Browse files
committed
fix 'poe start_cli' command
1 parent c1d24e2 commit 9a7f906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build-backend = "poetry.core.masonry.api"
4040
test = { shell = "DATABASE_URL=postgresql://postgres:password@localhost:5433/postgres pytest src" }
4141
test_coverage = "pytest --cov=src --cov-report=html"
4242
start = "uvicorn src.api.main:app --reload"
43-
start_cli = { shell = "cd src && python -v" }
43+
start_cli = { shell = "cd src && python -m cli" }
4444
compose_up = "docker-compose -f docker-compose.dev.yml up"
4545

4646
[tool.black]

0 commit comments

Comments
 (0)