mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 08:37:20 -04:00
Implement temporary "init" functionality
This commit is contained in:
@@ -153,7 +153,8 @@ func main() {
|
||||
offline.ClipClearArgument()
|
||||
case "sync":
|
||||
cli.SshypSync() // TODO Remove after native sync is implemented
|
||||
case "init": // TODO offline.Init(), exit after run
|
||||
case "init":
|
||||
cli.TempInitCli()
|
||||
case "tweak": // TODO offline.Tweak(), exit after run
|
||||
case "add":
|
||||
cli.HelpAdd()
|
||||
|
||||
Reference in New Issue
Block a user