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
commit 78a08959f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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