feat: Add CLI table formatting and remove unused inspection methods
- Enhanced CLI output with table formatting for better readability of account and transaction data - Added new commands to list accounts and view their sync status - Added new commands to inspect transaction information and cache status - Cleaned up internal code by removing unused trait methods and implementations - Updated documentation with examples of new CLI commands This improves the user experience with clearer CLI output and new inspection capabilities while maintaining code quality.
This commit is contained in:
@@ -29,6 +29,7 @@ url = "2.5"
|
||||
wiremock = "0.5"
|
||||
tokio-test = "0.4"
|
||||
mockall = "0.11"
|
||||
reqwest-middleware = "0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
bytes = "1.0"
|
||||
reqwest-middleware = "0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
bytes = "1.0"
|
||||
comfy-table = "7.1"
|
||||
|
||||
Reference in New Issue
Block a user