Finalize inbox artifacts and error protocol

This commit is contained in:
2026-03-19 03:25:06 +08:00
parent c3314cd9cf
commit f315d2330d
22 changed files with 659 additions and 86 deletions
+1 -3
View File
@@ -7,7 +7,5 @@ import (
)
func main() {
if err := inboxcli.NewRootCmd().Execute(); err != nil {
os.Exit(1)
}
os.Exit(inboxcli.Execute(os.Args[1:], os.Stdout, os.Stderr))
}