Skip to content

Commit 2cd0353

Browse files
authored
[feature] Add plugin-to-plugin requirements checks and conflict resolution (#259)
Signed-off-by: Smyslov Maxim <[email protected]> Signed-off-by: Maxim Smyslov <[email protected]>
1 parent 4e0f11b commit 2cd0353

File tree

5 files changed

+290
-68
lines changed

5 files changed

+290
-68
lines changed

cmd/plugins/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func NewPluginCommand(commandName string, description string, aliases []string,
9090

9191
if !installed {
9292
fmt.Println("Not installed, installing...")
93-
err = pc.InstallPlugin(cmd.Context(), commandName, "", -1)
93+
err = pc.InstallPlugin(cmd.Context(), commandName)
9494
if err != nil {
9595
fmt.Println("Error installing:", err)
9696
return

0 commit comments

Comments
 (0)