Compare commits

...

2 Commits

Author SHA1 Message Date
32b37a0834 docs: update readme 2025-12-20 22:52:30 +01:00
a2d2c7ce3a refactor: move main cli into package 2025-12-20 22:52:27 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for dependency managemen
$ uv sync $ uv sync
# run the TUI # run the TUI
$ uv run main.py $ uv run python -m auditui.cli
``` ```
(`stats.py` is a playground for the stats functionality) (`stats.py` is a playground for the stats functionality)

View File

@@ -42,3 +42,4 @@ def main() -> None:
if __name__ == "__main__": if __name__ == "__main__":
main() main()