Compare commits
2 Commits
4741080284
...
32b37a0834
| Author | SHA1 | Date | |
|---|---|---|---|
| 32b37a0834 | |||
| a2d2c7ce3a |
@@ -17,7 +17,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for dependency managemen
|
||||
$ uv sync
|
||||
|
||||
# run the TUI
|
||||
$ uv run main.py
|
||||
$ uv run python -m auditui.cli
|
||||
```
|
||||
|
||||
(`stats.py` is a playground for the stats functionality)
|
||||
|
||||
@@ -42,3 +42,4 @@ def main() -> None:
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user