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