Merge pull request #1622 from itsnebulalol/dev

This commit is contained in:
YeonGyu-Kim
2026-02-08 11:44:40 +09:00
committed by GitHub
+1
View File
@@ -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")