Implement orch core scheduling

This commit is contained in:
2026-03-19 13:13:36 +08:00
parent b110bb24d9
commit 07f4a6fdae
19 changed files with 3230 additions and 23 deletions
+1 -3
View File
@@ -7,7 +7,5 @@ import (
)
func main() {
if err := orchcli.NewRootCmd().Execute(); err != nil {
os.Exit(1)
}
os.Exit(orchcli.Execute(os.Args[1:], os.Stdout, os.Stderr))
}