package main import ( "github.com/ledgerwatch/turbo-geth/cmd/cons/commands" ) func main() { commands.Execute() }