cli
cli copied to clipboard
fix: replace os.Rename with xos.Rename
Fix #2660
os.Rename fails when source and destination are in different partitions. xos.Rename works in that context.