Implement offline shearing/removal

This commit is contained in:
2024-03-05 12:29:10 -05:00
parent 8704ba6972
commit 85067fef40
3 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ func main() {
switch args[2] {
case "show", "-s":
cli.EntryReaderShortcut(targetLocation, false)
case "shear": // TODO offline.Shear(targetLocation), exit after run
case "shear":
offline.Shear(targetLocation)
case "gen": // TODO offline.Gen(targetLocation), exit after run
case "copy":
cli.HelpCopy()