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")
|
||||
.description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more")
|
||||
.version(VERSION, "-v, --version", "Show version number")
|
||||
.enablePositionalOptions()
|
||||
|
||||
program
|
||||
.command("install")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user