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