package main import "os" func main() { initV2() if err := rootV2Cmd.Execute(); err != nil { os.Exit(1) } }