package main import ( "github.com/c9s/bbgo/pkg/cmd" ) func main() { cmd.Execute() }