mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 00:27:15 -04:00
Implement offline shearing/removal
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user