mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-29 19:03:03 -04:00
- Implemented functionality to retrieve file information using a new `FileInfoArgs` struct and `FileCmd::Info` command in the CLI. - Enhanced the `run_client_command` function to initialize the device ID from a `device.json` file if it exists, improving device management. - Updated the `FileCmd` enum to include the new `Info` command for better command handling in the file domain.