fix(cli): enable positional options on parent command for passThroughOptions
This commit is contained in:
parent
825a5e70f7
commit
0cbbdd566e
@ -19,6 +19,7 @@ program
|
|||||||
.name("oh-my-opencode")
|
.name("oh-my-opencode")
|
||||||
.description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more")
|
.description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more")
|
||||||
.version(VERSION, "-v, --version", "Show version number")
|
.version(VERSION, "-v, --version", "Show version number")
|
||||||
|
.enablePositionalOptions()
|
||||||
|
|
||||||
program
|
program
|
||||||
.command("install")
|
.command("install")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user