feat(cli): add docuelevate CLI tool for power users

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-08 21:50:18 +00:00
parent 5a77e36ac6
commit a3fd74f117
8 changed files with 1707 additions and 0 deletions
+3
View File
@@ -32,6 +32,9 @@ Changelog = "https://github.com/christianlouis/DocuElevate/blob/main/CHANGELOG.m
[tool.setuptools.dynamic]
version = {file = "VERSION"}
[project.scripts]
docuelevate = "app.cli:main"
[tool.semantic_release]
version_toml = []
version_source = "tag"