package main import ( "bnbl.io/wxcli/cmd" ) func main() { cmd.Execute() }