Implement initial server-side shearing logic

This commit is contained in:
2024-05-16 16:35:05 -04:00
parent 043a17de59
commit bb67446653
3 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func main() {
case "add":
cli.AddEntry(targetLocation, true, 0)
case "shear":
backend.Shear(targetLocation)
sync.Shear(args[1], "") // pass the incomplete path for cleaner formatting in server deletions directory
default:
cli.HelpMain()
}