Skip to content

Commit 3ee5283

Browse files
feat(cli): add console_scripts (diff-risk, diff-risk-web) for professional UX (#10)
1 parent 92f2beb commit 3ee5283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ strict = true
3333
[tool.ruff.lint]
3434
select = ["E","F","I","UP"]
3535
ignore = []
36+
37+
[tool.poetry.scripts]
38+
diff-risk = "diff_risk_dashboard.cli:main"
39+
diff-risk-web = "diff_risk_dashboard.web:main"

0 commit comments

Comments
 (0)