Implement temporary "init" functionality

This commit is contained in:
2024-03-07 22:12:38 -05:00
parent aa1098d472
commit c6ee5fff06
8 changed files with 111 additions and 8 deletions
+2 -1
View File
@@ -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()