Added prepull.

This commit is contained in:
rony5394
2026-04-27 15:16:24 +02:00
parent 32069f7e9d
commit 7214e26168
7 changed files with 141 additions and 4 deletions

View File

@@ -47,6 +47,9 @@ func main() {
case "host":
host.Run(config);
break;
case "pull":
os.Exit(0);
break;
default:
panic("Invalid runtime mode!");
}