Import submodule

Former-commit-id: eaf94e6855
This commit is contained in:
Owen
2025-11-01 18:37:53 -07:00
parent 952ab63e8d
commit ba25586646
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import (
"runtime"
"github.com/fosrl/newt/logger"
"github.com/fosrl/olm/olm"
)
func main() {
@@ -163,5 +164,5 @@ func main() {
}
func runOlmMain(ctx context.Context) {
olm(ctx, os.Args[1:])
olm.Olm(ctx, os.Args[1:])
}