Merge pull request #1597 from code-yeongyu/fix/899-cli-run-dash-args

fix: allow dash-prefixed arguments in CLI run command (#899)
This commit is contained in:
YeonGyu-Kim
2026-02-07 18:46:33 +09:00
committed by GitHub

View File

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