modulepackage
0.0.0-20200712113530-7d44df38707e
Repository: https://github.com/arrase/cobraplugins.git
Documentation: pkg.go.dev
# README
cobraplugins

Add cobraplugins
import (
"github.com/arrase/cobraplugins"
)
Add simple plugin to rootCmd
func init() {
rootCmd.AddCommand(cobraplugins.GetCmd(<YOUR_PLUGIN_PATH>, "MainCmd"))
}
# Functions
No description provided by the author