added code to clone package manager
This commit is contained in:
@@ -270,6 +270,15 @@ var CliAction = func(ctx *cli.Context) error {
|
||||
}
|
||||
//--------------------------------
|
||||
|
||||
if PullPlugin != "" {
|
||||
err := plugin.DownloadPlugin(PullPlugin)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
} else {
|
||||
fmt.Println("Success")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user