feat: add branch-based plugin install for worktree workflows (#395)
This commit is contained in:
@@ -4,6 +4,7 @@ import packageJson from "../package.json"
|
||||
import convert from "./commands/convert"
|
||||
import install from "./commands/install"
|
||||
import listCommand from "./commands/list"
|
||||
import pluginPath from "./commands/plugin-path"
|
||||
import sync from "./commands/sync"
|
||||
|
||||
const main = defineCommand({
|
||||
@@ -16,6 +17,7 @@ const main = defineCommand({
|
||||
convert: () => convert,
|
||||
install: () => install,
|
||||
list: () => listCommand,
|
||||
"plugin-path": () => pluginPath,
|
||||
sync: () => sync,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user