Implement synchronized renaming

This commit is contained in:
2024-07-09 23:18:13 -04:00
parent 9614ffc513
commit b9ac59fb67
3 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func main() {
case "note", "-n":
field = 4
case "rename", "-r":
cli.RenameCli(targetLocation)
cli.RenameCli(args[1]) // pass the incomplete path as the server and all clients (reading from the deletions directory) will have a different home directory
default:
cli.HelpEdit()
}