fix: allow dash-prefixed arguments in CLI run command

This commit is contained in:
YeonGyu-Kim
2026-02-07 18:41:53 +09:00
parent 8a1b398119
commit b3ebf6c124

View File

@@ -6,6 +6,7 @@ import {
BuiltinCategoryNameSchema, BuiltinCategoryNameSchema,
CategoryConfigSchema, CategoryConfigSchema,
ExperimentalConfigSchema, ExperimentalConfigSchema,
GitMasterConfigSchema,
OhMyOpenCodeConfigSchema, OhMyOpenCodeConfigSchema,
} from "./schema" } from "./schema"