package main import ( "github.com/crawlab-team/crawlab-core/cmd" ) func main() { _ = cmd.Execute() }