fix(cli): Remove unwanted and unimplemented clear-cache

This commit is contained in:
2025-12-06 18:07:39 +01:00
parent 758a16bd73
commit 7034799926
7 changed files with 85 additions and 42 deletions

View File

@@ -78,7 +78,6 @@ Banks2FF uses a structured command-line interface with the following commands:
- `accounts link` - Manage account links between sources and destinations (with interactive and smart modes)
- `transactions list [account] [--details] [--limit N]` - Show transaction summary or details for an account (interactive selection if no account specified)
- `transactions cache-status` - Display cache status and statistics
- `transactions clear-cache` - Clear transaction cache
Use `cargo run -p banks2ff -- --help` for detailed command information.