Problem:
onedrive-cli cp ./source Destination/ reports "An item with the same name already exists under the parent"
This is correct, but I cannot find a way to override the default behavior to allow me to overwrite an existing file. It seems like "name.conflictBehavior=fail" is hard-coded into the operation. Any plans for arguments to the cp command that would allow other behaviors?
Problem:
onedrive-cli cp ./source Destination/reports "An item with the same name already exists under the parent"This is correct, but I cannot find a way to override the default behavior to allow me to overwrite an existing file. It seems like "name.conflictBehavior=fail" is hard-coded into the operation. Any plans for arguments to the
cpcommand that would allow other behaviors?