package main import ( "github.com/pablotron/cvez/cmd" ) func main() { cmd.Execute() }