package main import "esdi/cmd" func main() { // Launches the cobra package stuff cmd.Execute() }