When a folder is created on the client, also create it on the server

This commit is contained in:
2024-05-16 21:15:16 -04:00
parent 1ca55b8ac6
commit 8571faee94
4 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ func main() {
case "note", "-n":
cli.AddEntry(targetLocation, true, 2)
case "folder", "-f":
backend.AddFolder(targetLocation)
sync.AddFolder(args[1], false)
default:
cli.HelpAdd()
}