package main import ( "lbc/cli" ) func main() { cli.Execute() }