package main import ( "github.com/insertr/cli/cmd" ) func main() { cmd.Execute() }