Add Typer CLI

This commit is contained in:
thePR0M3TH3AN
2025-07-08 21:55:12 -04:00
parent 0b68e89625
commit 88fcb675c2
6 changed files with 88 additions and 0 deletions

View File

@@ -213,6 +213,12 @@ After successfully installing the dependencies, you can run SeedPass using the f
python src/main.py
```
You can also use the new Typer-based CLI:
```bash
seedpass --help
```
For details see [docs/advanced_cli.md](docs/advanced_cli.md).
### Running the Application
1. **Start the Application:**