Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 350 Bytes

cobraplugins

Add cobraplugins

import (      
  "github.com/arrase/cobraplugins"
)

Add simple plugin to rootCmd

func init() {
    rootCmd.AddCommand(cobraplugins.GetCmd(<YOUR_PLUGIN_PATH>, "MainCmd"))
}