9 lines
119 B
Go
9 lines
119 B
Go
package set
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func CobraRunE(cmd *cobra.Command, args []string) error {
|
|
|
|
return nil
|
|
}
|