mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
- Introduced `LibraryInfoArgs` struct for querying library information, allowing optional library ID input. - Implemented `to_query` method for `LibraryInfoArgs` to facilitate query creation. - Updated `LibraryCmd` enum to include `Info` variant for handling library information requests. - Refactored argument handling in `args.rs` for improved readability and consistency. - Enhanced `run` function in `mod.rs` to process the new `Info` command and display detailed library information. Co-authored-by: ijamespine <ijamespine@me.com>