feat: update transfer command to remove target path requirement and adjust usage instructions

This commit is contained in:
krau
2026-01-19 21:20:27 +08:00
parent dd0dea8cb5
commit 6990543c9f
5 changed files with 12 additions and 20 deletions

View File

@@ -54,7 +54,6 @@ type Add struct {
TransferSourceStorName string
TransferSourcePath string
TransferFiles []string // file paths relative to source storage
TransferTargetPath string
}
type SetDefaultStorage struct {