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 a408d24409
commit bb19dc1485
+1
View File
@@ -6,6 +6,7 @@ import {
BuiltinCategoryNameSchema, BuiltinCategoryNameSchema,
CategoryConfigSchema, CategoryConfigSchema,
ExperimentalConfigSchema, ExperimentalConfigSchema,
GitMasterConfigSchema,
OhMyOpenCodeConfigSchema, OhMyOpenCodeConfigSchema,
} from "./schema" } from "./schema"