mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-29 19:03:03 -04:00
- Introduced a new `CliConfig` struct for managing CLI-specific configurations, including the current library ID. - Added methods to load, save, set, and clear the current library ID within the CLI context. - Updated the `Context` struct to integrate `CliConfig`, ensuring library ID management is consistent across the application. - Enhanced command implementations to utilize the new CLI configuration features, improving user experience and functionality.