Files
spacedrive/apps/cli
Jamie Pine d8d8a53d64 feat: Implement conflict resolution for file copy operations
- Added support for handling file conflicts during copy operations by introducing an `on_conflict` field in `FileCopyInput`.
- Updated the `run_copy_with_confirmation` function to prompt users for conflict resolution choices (overwrite, rename, abort).
- Enhanced the `FileCopyAction` to apply conflict resolution strategies based on user input.
- Refactored related validation and execution logic to accommodate new conflict handling features.

Co-authored-by: ijamespine <ijamespine@me.com>
2025-09-19 17:46:13 -07:00
..